package.json 2.6 KB

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