package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "shell-quote@1.7.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/cpx",
  27. "/launch-editor"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
  30. "_spec": "1.7.3",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/node-shell-quote/issues"
  39. },
  40. "description": "quote and parse shell commands",
  41. "devDependencies": {
  42. "tape": "4"
  43. },
  44. "homepage": "https://github.com/substack/node-shell-quote",
  45. "keywords": [
  46. "command",
  47. "parse",
  48. "quote",
  49. "shell"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "shell-quote",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/substack/node-shell-quote.git"
  57. },
  58. "scripts": {
  59. "test": "tape test/*.js"
  60. },
  61. "version": "1.7.3"
  62. }