package.json 2.6 KB

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