package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@5.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cross-spawn@5.1.0",
  10. "_id": "cross-spawn@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
  13. "_location": "/cross-spawn",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cross-spawn@5.1.0",
  19. "name": "cross-spawn",
  20. "escapedName": "cross-spawn",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/execa"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
  29. "_spec": "5.1.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "IndigoUnited",
  33. "email": "hello@indigounited.com",
  34. "url": "http://indigounited.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  38. },
  39. "dependencies": {
  40. "lru-cache": "^4.0.1",
  41. "shebang-command": "^1.2.0",
  42. "which": "^1.2.9"
  43. },
  44. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  45. "devDependencies": {
  46. "@satazor/eslint-config": "^3.0.0",
  47. "eslint": "^3.0.0",
  48. "expect.js": "^0.3.0",
  49. "glob": "^7.0.0",
  50. "mkdirp": "^0.5.1",
  51. "mocha": "^3.0.2",
  52. "once": "^1.4.0",
  53. "rimraf": "^2.5.0"
  54. },
  55. "files": [
  56. "index.js",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
  60. "keywords": [
  61. "spawn",
  62. "spawnSync",
  63. "windows",
  64. "cross",
  65. "platform",
  66. "path",
  67. "ext",
  68. "path-ext",
  69. "path_ext",
  70. "shebang",
  71. "hashbang",
  72. "cmd",
  73. "execute"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "cross-spawn",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
  84. "test": "node test/prepare && mocha --bail test/test"
  85. },
  86. "version": "5.1.0"
  87. }