package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@6.0.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/cross-env",
  27. "/eslint",
  28. "/execa"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/cross-spawn/download/cross-spawn-6.0.5.tgz",
  31. "_spec": "6.0.5",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "nice-try": "^1.0.4",
  47. "path-key": "^2.0.1",
  48. "semver": "^5.5.0",
  49. "shebang-command": "^1.2.0",
  50. "which": "^1.2.9"
  51. },
  52. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  53. "devDependencies": {
  54. "@commitlint/cli": "^6.0.0",
  55. "@commitlint/config-conventional": "^6.0.2",
  56. "babel-core": "^6.26.0",
  57. "babel-jest": "^22.1.0",
  58. "babel-preset-moxy": "^2.2.1",
  59. "eslint": "^4.3.0",
  60. "eslint-config-moxy": "^5.0.0",
  61. "husky": "^0.14.3",
  62. "jest": "^22.0.0",
  63. "lint-staged": "^7.0.0",
  64. "mkdirp": "^0.5.1",
  65. "regenerator-runtime": "^0.11.1",
  66. "rimraf": "^2.6.2",
  67. "standard-version": "^4.2.0"
  68. },
  69. "engines": {
  70. "node": ">=4.8"
  71. },
  72. "files": [
  73. "lib"
  74. ],
  75. "homepage": "https://github.com/moxystudio/node-cross-spawn",
  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. "commitmsg": "commitlint -e $GIT_PARAMS",
  101. "lint": "eslint .",
  102. "precommit": "lint-staged",
  103. "prerelease": "npm t && npm run lint",
  104. "release": "standard-version",
  105. "test": "jest --env node --coverage"
  106. },
  107. "standard-version": {
  108. "scripts": {
  109. "posttag": "git push --follow-tags origin master && npm publish"
  110. }
  111. },
  112. "version": "6.0.5"
  113. }