package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "dashdash@1.14.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "dashdash@1.14.1",
  9. "_id": "dashdash@1.14.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
  12. "_location": "/dashdash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dashdash@1.14.1",
  18. "name": "dashdash",
  19. "escapedName": "dashdash",
  20. "rawSpec": "1.14.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.14.1"
  23. },
  24. "_requiredBy": [
  25. "/sshpk"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz",
  28. "_spec": "1.14.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Trent Mick",
  32. "email": "trentm@gmail.com",
  33. "url": "http://trentm.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/trentm/node-dashdash/issues"
  37. },
  38. "dependencies": {
  39. "assert-plus": "^1.0.0"
  40. },
  41. "description": "A light, featureful and explicit option parsing library.",
  42. "devDependencies": {
  43. "nodeunit": "0.9.x"
  44. },
  45. "engines": {
  46. "node": ">=0.10"
  47. },
  48. "homepage": "https://github.com/trentm/node-dashdash#readme",
  49. "keywords": [
  50. "option",
  51. "parser",
  52. "parsing",
  53. "cli",
  54. "command",
  55. "args",
  56. "bash",
  57. "completion"
  58. ],
  59. "license": "MIT",
  60. "main": "./lib/dashdash.js",
  61. "name": "dashdash",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/trentm/node-dashdash.git"
  65. },
  66. "scripts": {
  67. "test": "nodeunit test/*.test.js"
  68. },
  69. "version": "1.14.1"
  70. }