package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "nopt@6.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nopt@6.0.0",
  10. "_id": "nopt@6.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==",
  13. "_location": "/nopt",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nopt@6.0.0",
  19. "name": "nopt",
  20. "escapedName": "nopt",
  21. "rawSpec": "6.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.0"
  24. },
  25. "_requiredBy": [
  26. "/js-beautify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz",
  29. "_spec": "6.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "GitHub Inc."
  33. },
  34. "bin": {
  35. "nopt": "bin/nopt.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/npm/nopt/issues"
  39. },
  40. "dependencies": {
  41. "abbrev": "^1.0.0"
  42. },
  43. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  44. "devDependencies": {
  45. "@npmcli/eslint-config": "^3.0.1",
  46. "@npmcli/template-oss": "3.5.0",
  47. "tap": "^16.3.0"
  48. },
  49. "engines": {
  50. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  51. },
  52. "files": [
  53. "bin/",
  54. "lib/"
  55. ],
  56. "homepage": "https://github.com/npm/nopt#readme",
  57. "license": "ISC",
  58. "main": "lib/nopt.js",
  59. "name": "nopt",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/npm/nopt.git"
  63. },
  64. "scripts": {
  65. "lint": "eslint \"**/*.js\"",
  66. "lintfix": "npm run lint -- --fix",
  67. "postlint": "template-oss-check",
  68. "posttest": "npm run lint",
  69. "postversion": "npm publish",
  70. "prepublishOnly": "git push origin --follow-tags",
  71. "preversion": "npm test",
  72. "snap": "tap",
  73. "template-oss-apply": "template-oss-apply --force",
  74. "test": "tap"
  75. },
  76. "tap": {
  77. "lines": 87,
  78. "functions": 91,
  79. "branches": 81,
  80. "statements": 87
  81. },
  82. "templateOSS": {
  83. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  84. "windowsCI": false,
  85. "version": "3.5.0"
  86. },
  87. "version": "6.0.0"
  88. }