package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "nopt@^7.2.1",
  3. "_id": "nopt@7.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
  6. "_location": "/nopt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nopt@^7.2.1",
  12. "name": "nopt",
  13. "escapedName": "nopt",
  14. "rawSpec": "^7.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.2.1"
  17. },
  18. "_requiredBy": [
  19. "/js-beautify"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/nopt/-/nopt-7.2.1.tgz",
  22. "_shasum": "1cac0eab9b8e97c9093338446eddd40b2c8ca1e7",
  23. "_spec": "nopt@^7.2.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\js-beautify",
  25. "author": {
  26. "name": "GitHub Inc."
  27. },
  28. "bin": {
  29. "nopt": "bin/nopt.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/nopt/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "abbrev": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  40. "devDependencies": {
  41. "@npmcli/eslint-config": "^4.0.0",
  42. "@npmcli/template-oss": "4.22.0",
  43. "tap": "^16.3.0"
  44. },
  45. "engines": {
  46. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  47. },
  48. "files": [
  49. "bin/",
  50. "lib/"
  51. ],
  52. "homepage": "https://github.com/npm/nopt#readme",
  53. "license": "ISC",
  54. "main": "lib/nopt.js",
  55. "name": "nopt",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/npm/nopt.git"
  59. },
  60. "scripts": {
  61. "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
  62. "lintfix": "npm run lint -- --fix",
  63. "postlint": "template-oss-check",
  64. "posttest": "npm run lint",
  65. "snap": "tap",
  66. "template-oss-apply": "template-oss-apply --force",
  67. "test": "tap"
  68. },
  69. "tap": {
  70. "nyc-arg": [
  71. "--exclude",
  72. "tap-snapshots/**"
  73. ]
  74. },
  75. "templateOSS": {
  76. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  77. "windowsCI": false,
  78. "version": "4.22.0",
  79. "publish": true
  80. },
  81. "version": "7.2.1"
  82. }