package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "shell-quote@1.7.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shell-quote@1.7.3",
  10. "_id": "shell-quote@1.7.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==",
  13. "_location": "/shell-quote",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shell-quote@1.7.3",
  19. "name": "shell-quote",
  20. "escapedName": "shell-quote",
  21. "rawSpec": "1.7.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.3"
  24. },
  25. "_requiredBy": [
  26. "/launch-editor"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.7.3.tgz",
  29. "_spec": "1.7.3",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-shell-quote/issues"
  38. },
  39. "description": "quote and parse shell commands",
  40. "devDependencies": {
  41. "tape": "4"
  42. },
  43. "homepage": "https://github.com/substack/node-shell-quote",
  44. "keywords": [
  45. "command",
  46. "parse",
  47. "quote",
  48. "shell"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "shell-quote",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/substack/node-shell-quote.git"
  56. },
  57. "scripts": {
  58. "test": "tape test/*.js"
  59. },
  60. "version": "1.7.3"
  61. }