package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "nopt@^5.0.0",
  3. "_id": "nopt@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
  6. "_location": "/nopt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nopt@^5.0.0",
  12. "name": "nopt",
  13. "escapedName": "nopt",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/js-beautify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
  22. "_shasum": "530942bb58a512fccafe53fe210f13a25355dc88",
  23. "_spec": "nopt@^5.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\js-beautify",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "nopt": "bin/nopt.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/npm/nopt/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "abbrev": "1"
  39. },
  40. "deprecated": false,
  41. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  42. "devDependencies": {
  43. "tap": "^14.10.6"
  44. },
  45. "engines": {
  46. "node": ">=6"
  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. "postversion": "npm publish",
  62. "prepublishOnly": "git push origin --follow-tags",
  63. "preversion": "npm test",
  64. "test": "tap test/*.js"
  65. },
  66. "version": "5.0.0"
  67. }