package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "nopt@3.0.6",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "nopt@3.0.6",
  9. "_id": "nopt@3.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==",
  12. "_location": "/nopt",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nopt@3.0.6",
  18. "name": "nopt",
  19. "escapedName": "nopt",
  20. "rawSpec": "3.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.6"
  23. },
  24. "_requiredBy": [
  25. "/node-gyp"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/nopt/-/nopt-3.0.6.tgz",
  28. "_spec": "3.0.6",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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": "^1.2.0"
  47. },
  48. "homepage": "https://github.com/npm/nopt#readme",
  49. "license": "ISC",
  50. "main": "lib/nopt.js",
  51. "name": "nopt",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/npm/nopt.git"
  55. },
  56. "scripts": {
  57. "test": "tap test/*.js"
  58. },
  59. "version": "3.0.6"
  60. }