package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "shell-quote@1.7.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shell-quote@1.7.2",
  10. "_id": "shell-quote@1.7.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Z6fQLHbJ2iT5nSCAj8re0ODgS+I=",
  13. "_location": "/shell-quote",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shell-quote@1.7.2",
  19. "name": "shell-quote",
  20. "escapedName": "shell-quote",
  21. "rawSpec": "1.7.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.2"
  24. },
  25. "_requiredBy": [
  26. "/launch-editor"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/shell-quote/download/shell-quote-1.7.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fshell-quote%2Fdownload%2Fshell-quote-1.7.2.tgz",
  29. "_spec": "1.7.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.2"
  61. }