package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "shell-escape@^0.2.0",
  3. "_id": "shell-escape@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aP0CXrBJC09WegJ/C/IkgLX4QTM=",
  6. "_location": "/shell-escape",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shell-escape@^0.2.0",
  12. "name": "shell-escape",
  13. "escapedName": "shell-escape",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/node-ssh"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/shell-escape/-/shell-escape-0.2.0.tgz",
  22. "_shasum": "68fd025eb0490b4f567a027f0bf22480b5f84133",
  23. "_spec": "shell-escape@^0.2.0",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\node-ssh",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/xxorax/node-shell-escape/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "Escape and stringify an array of arguments to be executed on the shell",
  33. "homepage": "https://github.com/xxorax/node-shell-escape#readme",
  34. "keywords": [
  35. "shell",
  36. "escape",
  37. "bash",
  38. "escapeshellarg"
  39. ],
  40. "license": "MIT",
  41. "main": "./shell-escape.js",
  42. "name": "shell-escape",
  43. "repository": {
  44. "type": "git",
  45. "url": "git://github.com/xxorax/node-shell-escape.git"
  46. },
  47. "scripts": {
  48. "test": "for f in test/*; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo Passed; exit 0"
  49. },
  50. "version": "0.2.0"
  51. }