package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "cross-spawn",
  3. "version": "3.0.1",
  4. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test/prepare && mocha --bail test/test",
  8. "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  16. },
  17. "keywords": [
  18. "spawn",
  19. "spawnSync",
  20. "windows",
  21. "cross",
  22. "platform",
  23. "path",
  24. "ext",
  25. "path-ext",
  26. "path_ext",
  27. "shebang",
  28. "hashbang",
  29. "cmd",
  30. "execute"
  31. ],
  32. "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)",
  33. "license": "MIT",
  34. "dependencies": {
  35. "lru-cache": "^4.0.1",
  36. "which": "^1.2.9"
  37. },
  38. "devDependencies": {
  39. "@satazor/eslint-config": "^2.3.0",
  40. "eslint": "^2.10.2",
  41. "expect.js": "^0.3.0",
  42. "glob": "^7.0.0",
  43. "mkdirp": "^0.5.1",
  44. "mocha": "^2.2.5",
  45. "rimraf": "^2.5.0"
  46. },
  47. "__npminstall_done": "Thu Dec 24 2020 20:21:06 GMT+0800 (CST)",
  48. "_from": "cross-spawn@3.0.1",
  49. "_resolved": "https://registry.npm.taobao.org/cross-spawn/download/cross-spawn-3.0.1.tgz"
  50. }