You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

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