Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

84 wiersze
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "shell-quote@1.6.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "shell-quote@1.6.1",
  9. "_id": "shell-quote@1.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=",
  12. "_location": "/shell-quote",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "shell-quote@1.6.1",
  18. "name": "shell-quote",
  19. "escapedName": "shell-quote",
  20. "rawSpec": "1.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.1"
  23. },
  24. "_requiredBy": [
  25. "/react-dev-utils"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz",
  28. "_spec": "1.6.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/node-shell-quote/issues"
  37. },
  38. "dependencies": {
  39. "array-filter": "~0.0.0",
  40. "array-map": "~0.0.0",
  41. "array-reduce": "~0.0.0",
  42. "jsonify": "~0.0.0"
  43. },
  44. "description": "quote and parse shell commands",
  45. "devDependencies": {
  46. "tape": "~2.3.0"
  47. },
  48. "homepage": "https://github.com/substack/node-shell-quote#readme",
  49. "keywords": [
  50. "shell",
  51. "command",
  52. "quote",
  53. "parse"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "shell-quote",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/substack/node-shell-quote.git"
  61. },
  62. "scripts": {
  63. "test": "tape test/*.js"
  64. },
  65. "testling": {
  66. "files": "test/*.js",
  67. "browsers": [
  68. "ie/6..latest",
  69. "firefox/3.5",
  70. "firefox/15..latest",
  71. "firefox/nightly",
  72. "chrome/25..latest",
  73. "chrome/canary",
  74. "opera/10..latest",
  75. "opera/next",
  76. "safari/5.1..latest",
  77. "ipad/6.0..latest",
  78. "iphone/6.0..latest",
  79. "android-browser/4.2..latest"
  80. ]
  81. },
  82. "version": "1.6.1"
  83. }