package.json 1.6 KB

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