package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@^5.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/execa"
  6. ]
  7. ],
  8. "_from": "cross-spawn@>=5.0.1 <6.0.0",
  9. "_id": "cross-spawn@5.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cross-spawn",
  13. "_nodeVersion": "7.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/cross-spawn-5.1.0.tgz_1488134324770_0.025160177145153284"
  17. },
  18. "_npmUser": {
  19. "email": "andremiguelcruz@msn.com",
  20. "name": "satazor"
  21. },
  22. "_npmVersion": "3.10.8",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "cross-spawn",
  26. "raw": "cross-spawn@^5.0.1",
  27. "rawSpec": "^5.0.1",
  28. "scope": null,
  29. "spec": ">=5.0.1 <6.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/execa"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
  36. "_shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
  37. "_shrinkwrap": null,
  38. "_spec": "cross-spawn@^5.0.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/execa",
  40. "author": {
  41. "email": "hello@indigounited.com",
  42. "name": "IndigoUnited",
  43. "url": "http://indigounited.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  47. },
  48. "dependencies": {
  49. "lru-cache": "^4.0.1",
  50. "shebang-command": "^1.2.0",
  51. "which": "^1.2.9"
  52. },
  53. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  54. "devDependencies": {
  55. "@satazor/eslint-config": "^3.0.0",
  56. "eslint": "^3.0.0",
  57. "expect.js": "^0.3.0",
  58. "glob": "^7.0.0",
  59. "mkdirp": "^0.5.1",
  60. "mocha": "^3.0.2",
  61. "once": "^1.4.0",
  62. "rimraf": "^2.5.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
  67. "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
  68. },
  69. "files": [
  70. "index.js",
  71. "lib"
  72. ],
  73. "gitHead": "1da4c09ccf658079849a3d191b16e59bc600e8b4",
  74. "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
  75. "keywords": [
  76. "cmd",
  77. "cross",
  78. "execute",
  79. "ext",
  80. "hashbang",
  81. "path",
  82. "path-ext",
  83. "path_ext",
  84. "platform",
  85. "shebang",
  86. "spawn",
  87. "spawnSync",
  88. "windows"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "maintainers": [
  93. {
  94. "name": "satazor",
  95. "email": "andremiguelcruz@msn.com"
  96. }
  97. ],
  98. "name": "cross-spawn",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  104. },
  105. "scripts": {
  106. "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
  107. "test": "node test/prepare && mocha --bail test/test"
  108. },
  109. "version": "5.1.0"
  110. }