package.json 1.5 KB

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