package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "any-shell-escape@^0.1.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1Vq5ciRMcaml4asIefML8RCAaVk=",
  6. "_location": "/any-shell-escape",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "any-shell-escape@^0.1.1",
  12. "name": "any-shell-escape",
  13. "escapedName": "any-shell-escape",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp-git"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/any-shell-escape/-/any-shell-escape-0.1.1.tgz",
  22. "_shasum": "d55ab972244c71a9a5e1ab0879f30bf110806959",
  23. "_spec": "any-shell-escape@^0.1.1",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-git",
  25. "bugs": {
  26. "url": "https://github.com/boazy/any-shell-escape/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Dave Eddy",
  32. "email": "[email protected]",
  33. "url": "http://www.daveeddy.com"
  34. },
  35. {
  36. "name": "Boaz Yaniv",
  37. "email": "[email protected]"
  38. }
  39. ],
  40. "dependencies": {},
  41. "deprecated": false,
  42. "description": "Escape and stringify an array of arguments to be executed on the shell",
  43. "homepage": "https://github.com/boazy/any-shell-escape",
  44. "license": "MIT",
  45. "main": "./shell-escape.js",
  46. "name": "any-shell-escape",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/boazy/any-shell-escape.git"
  50. },
  51. "scripts": {
  52. "test": "for f in test/*; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo Passed; exit 0"
  53. },
  54. "version": "0.1.1"
  55. }