Ohm-Management - Projektarbeit B-ME
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.

package.json 2.7KB

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