package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@6.0.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cross-spawn@6.0.5",
  10. "_id": "cross-spawn@6.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=",
  13. "_location": "/cross-spawn",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cross-spawn@6.0.5",
  19. "name": "cross-spawn",
  20. "escapedName": "cross-spawn",
  21. "rawSpec": "6.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.5"
  24. },
  25. "_requiredBy": [
  26. "/eslint",
  27. "/execa"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/cross-spawn/download/cross-spawn-6.0.5.tgz",
  30. "_spec": "6.0.5",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "André Cruz",
  34. "email": "andre@moxy.studio"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/moxystudio/node-cross-spawn/issues"
  38. },
  39. "commitlint": {
  40. "extends": [
  41. "@commitlint/config-conventional"
  42. ]
  43. },
  44. "dependencies": {
  45. "nice-try": "^1.0.4",
  46. "path-key": "^2.0.1",
  47. "semver": "^5.5.0",
  48. "shebang-command": "^1.2.0",
  49. "which": "^1.2.9"
  50. },
  51. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  52. "devDependencies": {
  53. "@commitlint/cli": "^6.0.0",
  54. "@commitlint/config-conventional": "^6.0.2",
  55. "babel-core": "^6.26.0",
  56. "babel-jest": "^22.1.0",
  57. "babel-preset-moxy": "^2.2.1",
  58. "eslint": "^4.3.0",
  59. "eslint-config-moxy": "^5.0.0",
  60. "husky": "^0.14.3",
  61. "jest": "^22.0.0",
  62. "lint-staged": "^7.0.0",
  63. "mkdirp": "^0.5.1",
  64. "regenerator-runtime": "^0.11.1",
  65. "rimraf": "^2.6.2",
  66. "standard-version": "^4.2.0"
  67. },
  68. "engines": {
  69. "node": ">=4.8"
  70. },
  71. "files": [
  72. "lib"
  73. ],
  74. "homepage": "https://github.com/moxystudio/node-cross-spawn",
  75. "keywords": [
  76. "spawn",
  77. "spawnSync",
  78. "windows",
  79. "cross-platform",
  80. "path-ext",
  81. "shebang",
  82. "cmd",
  83. "execute"
  84. ],
  85. "license": "MIT",
  86. "lint-staged": {
  87. "*.js": [
  88. "eslint --fix",
  89. "git add"
  90. ]
  91. },
  92. "main": "index.js",
  93. "name": "cross-spawn",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
  97. },
  98. "scripts": {
  99. "commitmsg": "commitlint -e $GIT_PARAMS",
  100. "lint": "eslint .",
  101. "precommit": "lint-staged",
  102. "prerelease": "npm t && npm run lint",
  103. "release": "standard-version",
  104. "test": "jest --env node --coverage"
  105. },
  106. "standard-version": {
  107. "scripts": {
  108. "posttag": "git push --follow-tags origin master && npm publish"
  109. }
  110. },
  111. "version": "6.0.5"
  112. }