package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "nopt@4.0.3",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nopt@4.0.3",
  10. "_id": "nopt@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==",
  13. "_location": "/nopt",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nopt@4.0.3",
  19. "name": "nopt",
  20. "escapedName": "nopt",
  21. "rawSpec": "4.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.3"
  24. },
  25. "_requiredBy": [
  26. "/js-beautify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",
  29. "_spec": "4.0.3",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bin": {
  37. "nopt": "./bin/nopt.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/npm/nopt/issues"
  41. },
  42. "dependencies": {
  43. "abbrev": "1",
  44. "osenv": "^0.1.4"
  45. },
  46. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  47. "devDependencies": {
  48. "tap": "^14.10.6"
  49. },
  50. "files": [
  51. "bin",
  52. "lib"
  53. ],
  54. "homepage": "https://github.com/npm/nopt#readme",
  55. "license": "ISC",
  56. "main": "lib/nopt.js",
  57. "name": "nopt",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/npm/nopt.git"
  61. },
  62. "scripts": {
  63. "postversion": "npm publish",
  64. "prepublishOnly": "git push origin --follow-tags",
  65. "preversion": "npm test",
  66. "test": "tap test/*.js"
  67. },
  68. "version": "4.0.3"
  69. }