package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "shell-quote@1.6.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shell-quote@1.6.1",
  10. "_id": "shell-quote@1.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=",
  13. "_location": "/shell-quote",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shell-quote@1.6.1",
  19. "name": "shell-quote",
  20. "escapedName": "shell-quote",
  21. "rawSpec": "1.6.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.1"
  24. },
  25. "_requiredBy": [
  26. "/launch-editor"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/shell-quote/download/shell-quote-1.6.1.tgz",
  29. "_spec": "1.6.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "dependencies": {
  40. "array-filter": "~0.0.0",
  41. "array-map": "~0.0.0",
  42. "array-reduce": "~0.0.0",
  43. "jsonify": "~0.0.0"
  44. },
  45. "description": "quote and parse shell commands",
  46. "devDependencies": {
  47. "tape": "~2.3.0"
  48. },
  49. "homepage": "https://github.com/substack/node-shell-quote#readme",
  50. "keywords": [
  51. "shell",
  52. "command",
  53. "quote",
  54. "parse"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "shell-quote",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/substack/node-shell-quote.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js"
  65. },
  66. "testling": {
  67. "files": "test/*.js",
  68. "browsers": [
  69. "ie/6..latest",
  70. "firefox/3.5",
  71. "firefox/15..latest",
  72. "firefox/nightly",
  73. "chrome/25..latest",
  74. "chrome/canary",
  75. "opera/10..latest",
  76. "opera/next",
  77. "safari/5.1..latest",
  78. "ipad/6.0..latest",
  79. "iphone/6.0..latest",
  80. "android-browser/4.2..latest"
  81. ]
  82. },
  83. "version": "1.6.1"
  84. }