package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "nopt@2 || 3",
  3. "_id": "nopt@3.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==",
  6. "_location": "/nopt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nopt@2 || 3",
  12. "name": "nopt",
  13. "escapedName": "nopt",
  14. "rawSpec": "2 || 3",
  15. "saveSpec": null,
  16. "fetchSpec": "2 || 3"
  17. },
  18. "_requiredBy": [
  19. "/node-gyp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
  22. "_shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
  23. "_spec": "nopt@2 || 3",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\node-gyp",
  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": "^1.2.0"
  44. },
  45. "homepage": "https://github.com/npm/nopt#readme",
  46. "license": "ISC",
  47. "main": "lib/nopt.js",
  48. "name": "nopt",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/npm/nopt.git"
  52. },
  53. "scripts": {
  54. "test": "tap test/*.js"
  55. },
  56. "version": "3.0.6"
  57. }