package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "shell-quote@^1.6.1",
  3. "_id": "shell-quote@1.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=",
  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. "/browserify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz",
  22. "_shasum": "f4781949cce402697127430ea3b3c5476f481767",
  23. "_spec": "shell-quote@^1.6.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  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. "dependencies": {
  35. "array-filter": "~0.0.0",
  36. "array-map": "~0.0.0",
  37. "array-reduce": "~0.0.0",
  38. "jsonify": "~0.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "quote and parse shell commands",
  42. "devDependencies": {
  43. "tape": "~2.3.0"
  44. },
  45. "homepage": "https://github.com/substack/node-shell-quote#readme",
  46. "keywords": [
  47. "shell",
  48. "command",
  49. "quote",
  50. "parse"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "shell-quote",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/substack/node-shell-quote.git"
  58. },
  59. "scripts": {
  60. "test": "tape test/*.js"
  61. },
  62. "testling": {
  63. "files": "test/*.js",
  64. "browsers": [
  65. "ie/6..latest",
  66. "firefox/3.5",
  67. "firefox/15..latest",
  68. "firefox/nightly",
  69. "chrome/25..latest",
  70. "chrome/canary",
  71. "opera/10..latest",
  72. "opera/next",
  73. "safari/5.1..latest",
  74. "ipad/6.0..latest",
  75. "iphone/6.0..latest",
  76. "android-browser/4.2..latest"
  77. ]
  78. },
  79. "version": "1.6.1"
  80. }