package.json 2.6 KB

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