You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@7.0.3",
  5. "/home/guest/socket"
  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. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  29. "_spec": "7.0.3",
  30. "_where": "/home/guest/socket",
  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. "path-key": "^3.1.0",
  45. "shebang-command": "^2.0.0",
  46. "which": "^2.0.1"
  47. },
  48. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  49. "devDependencies": {
  50. "@commitlint/cli": "^8.1.0",
  51. "@commitlint/config-conventional": "^8.1.0",
  52. "babel-core": "^6.26.3",
  53. "babel-jest": "^24.9.0",
  54. "babel-preset-moxy": "^3.1.0",
  55. "eslint": "^5.16.0",
  56. "eslint-config-moxy": "^7.1.0",
  57. "husky": "^3.0.5",
  58. "jest": "^24.9.0",
  59. "lint-staged": "^9.2.5",
  60. "mkdirp": "^0.5.1",
  61. "rimraf": "^3.0.0",
  62. "standard-version": "^7.0.0"
  63. },
  64. "engines": {
  65. "node": ">= 8"
  66. },
  67. "files": [
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/moxystudio/node-cross-spawn",
  71. "husky": {
  72. "hooks": {
  73. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  74. "pre-commit": "lint-staged"
  75. }
  76. },
  77. "keywords": [
  78. "spawn",
  79. "spawnSync",
  80. "windows",
  81. "cross-platform",
  82. "path-ext",
  83. "shebang",
  84. "cmd",
  85. "execute"
  86. ],
  87. "license": "MIT",
  88. "lint-staged": {
  89. "*.js": [
  90. "eslint --fix",
  91. "git add"
  92. ]
  93. },
  94. "main": "index.js",
  95. "name": "cross-spawn",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint .",
  102. "postrelease": "git push --follow-tags origin HEAD && npm publish",
  103. "prerelease": "npm t && npm run lint",
  104. "release": "standard-version",
  105. "test": "jest --env node --coverage"
  106. },
  107. "version": "7.0.3"
  108. }