package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "cross-spawn@7.0.1",
  3. "_id": "cross-spawn@7.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==",
  6. "_location": "/cross-spawn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "cross-spawn@7.0.1",
  12. "name": "cross-spawn",
  13. "escapedName": "cross-spawn",
  14. "rawSpec": "7.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "7.0.1"
  17. },
  18. "_requiredBy": [
  19. "/create-react-app"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz",
  22. "_shasum": "0ab56286e0f7c24e153d04cc2aa027e43a9a5d14",
  23. "_spec": "cross-spawn@7.0.1",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\create-react-app",
  25. "author": {
  26. "name": "André Cruz",
  27. "email": "andre@moxy.studio"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/moxystudio/node-cross-spawn/issues"
  31. },
  32. "bundleDependencies": false,
  33. "commitlint": {
  34. "extends": [
  35. "@commitlint/config-conventional"
  36. ]
  37. },
  38. "dependencies": {
  39. "path-key": "^3.1.0",
  40. "shebang-command": "^2.0.0",
  41. "which": "^2.0.1"
  42. },
  43. "deprecated": false,
  44. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  45. "devDependencies": {
  46. "@commitlint/cli": "^8.1.0",
  47. "@commitlint/config-conventional": "^8.1.0",
  48. "babel-core": "^6.26.3",
  49. "babel-jest": "^24.9.0",
  50. "babel-preset-moxy": "^3.1.0",
  51. "eslint": "^5.16.0",
  52. "eslint-config-moxy": "^7.1.0",
  53. "husky": "^3.0.5",
  54. "jest": "^24.9.0",
  55. "lint-staged": "^9.2.5",
  56. "mkdirp": "^0.5.1",
  57. "rimraf": "^3.0.0",
  58. "standard-version": "^7.0.0"
  59. },
  60. "engines": {
  61. "node": ">= 8"
  62. },
  63. "files": [
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/moxystudio/node-cross-spawn",
  67. "husky": {
  68. "hooks": {
  69. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  70. "pre-commit": "lint-staged"
  71. }
  72. },
  73. "keywords": [
  74. "spawn",
  75. "spawnSync",
  76. "windows",
  77. "cross-platform",
  78. "path-ext",
  79. "shebang",
  80. "cmd",
  81. "execute"
  82. ],
  83. "license": "MIT",
  84. "lint-staged": {
  85. "*.js": [
  86. "eslint --fix",
  87. "git add"
  88. ]
  89. },
  90. "main": "index.js",
  91. "name": "cross-spawn",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint .",
  98. "prerelease": "npm t && npm run lint",
  99. "release": "standard-version",
  100. "test": "jest --env node --coverage"
  101. },
  102. "standard-version": {
  103. "scripts": {
  104. "posttag": "git push --follow-tags origin master"
  105. }
  106. },
  107. "version": "7.0.1"
  108. }