package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "minimist@1.2.6",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "minimist@1.2.6",
  9. "_id": "minimist@1.2.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
  12. "_location": "/minimist",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "minimist@1.2.6",
  18. "name": "minimist",
  19. "escapedName": "minimist",
  20. "rawSpec": "1.2.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.6"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-service",
  26. "/cache-loader/json5",
  27. "/copy-webpack-plugin/json5",
  28. "/css-loader/json5",
  29. "/eslint-loader/json5",
  30. "/file-loader/json5",
  31. "/meow",
  32. "/mini-css-extract-plugin/json5",
  33. "/mkdirp",
  34. "/postcss-loader/json5",
  35. "/style-vw-loader/json5",
  36. "/thread-loader/json5",
  37. "/url-loader/json5",
  38. "/vue-loader/json5",
  39. "/vue-style-loader/json5",
  40. "/webpack/json5"
  41. ],
  42. "_resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.6.tgz",
  43. "_spec": "1.2.6",
  44. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  45. "author": {
  46. "name": "James Halliday",
  47. "email": "mail@substack.net",
  48. "url": "http://substack.net"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/substack/minimist/issues"
  52. },
  53. "description": "parse argument options",
  54. "devDependencies": {
  55. "covert": "^1.0.0",
  56. "tap": "~0.4.0",
  57. "tape": "^3.5.0"
  58. },
  59. "homepage": "https://github.com/substack/minimist",
  60. "keywords": [
  61. "argv",
  62. "getopt",
  63. "parser",
  64. "optimist"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "minimist",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/substack/minimist.git"
  72. },
  73. "scripts": {
  74. "coverage": "covert test/*.js",
  75. "test": "tap test/*.js"
  76. },
  77. "testling": {
  78. "files": "test/*.js",
  79. "browsers": [
  80. "ie/6..latest",
  81. "ff/5",
  82. "firefox/latest",
  83. "chrome/10",
  84. "chrome/latest",
  85. "safari/5.1",
  86. "safari/latest",
  87. "opera/12"
  88. ]
  89. },
  90. "version": "1.2.6"
  91. }