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.

140 lines
3.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@^6.0.5",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cross-env"
  6. ]
  7. ],
  8. "_from": "cross-spawn@>=6.0.5 <7.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "cross-spawn@6.0.5",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/cross-spawn",
  14. "_nodeVersion": "9.6.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/cross-spawn_6.0.5_1520032526727_0.6098816324025185"
  18. },
  19. "_npmUser": {
  20. "email": "andremiguelcruz@msn.com",
  21. "name": "satazor"
  22. },
  23. "_npmVersion": "5.7.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "cross-spawn",
  27. "raw": "cross-spawn@^6.0.5",
  28. "rawSpec": "^6.0.5",
  29. "scope": null,
  30. "spec": ">=6.0.5 <7.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/cross-env",
  35. "/execa",
  36. "/webpack-cli"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
  39. "_shasum": "4a5ec7c64dfae22c3a14124dbacdee846d80cbc4",
  40. "_shrinkwrap": null,
  41. "_spec": "cross-spawn@^6.0.5",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cross-env",
  43. "author": {
  44. "email": "andre@moxy.studio",
  45. "name": "André Cruz"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/moxystudio/node-cross-spawn/issues"
  49. },
  50. "commitlint": {
  51. "extends": [
  52. "@commitlint/config-conventional"
  53. ]
  54. },
  55. "dependencies": {
  56. "nice-try": "^1.0.4",
  57. "path-key": "^2.0.1",
  58. "semver": "^5.5.0",
  59. "shebang-command": "^1.2.0",
  60. "which": "^1.2.9"
  61. },
  62. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  63. "devDependencies": {
  64. "@commitlint/cli": "^6.0.0",
  65. "@commitlint/config-conventional": "^6.0.2",
  66. "babel-core": "^6.26.0",
  67. "babel-jest": "^22.1.0",
  68. "babel-preset-moxy": "^2.2.1",
  69. "eslint": "^4.3.0",
  70. "eslint-config-moxy": "^5.0.0",
  71. "husky": "^0.14.3",
  72. "jest": "^22.0.0",
  73. "lint-staged": "^7.0.0",
  74. "mkdirp": "^0.5.1",
  75. "regenerator-runtime": "^0.11.1",
  76. "rimraf": "^2.6.2",
  77. "standard-version": "^4.2.0"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "fileCount": 10,
  82. "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
  83. "shasum": "4a5ec7c64dfae22c3a14124dbacdee846d80cbc4",
  84. "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
  85. "unpackedSize": 21397
  86. },
  87. "engines": {
  88. "node": ">=4.8"
  89. },
  90. "files": [
  91. "lib"
  92. ],
  93. "gitHead": "301187a05b7509aa1d6ff35d8ff6d6064f597bc9",
  94. "homepage": "https://github.com/moxystudio/node-cross-spawn",
  95. "keywords": [
  96. "cmd",
  97. "cross-platform",
  98. "execute",
  99. "path-ext",
  100. "shebang",
  101. "spawn",
  102. "spawnSync",
  103. "windows"
  104. ],
  105. "license": "MIT",
  106. "lint-staged": {
  107. "*.js": [
  108. "eslint --fix",
  109. "git add"
  110. ]
  111. },
  112. "main": "index.js",
  113. "maintainers": [
  114. {
  115. "name": "satazor",
  116. "email": "andremiguelcruz@msn.com"
  117. }
  118. ],
  119. "name": "cross-spawn",
  120. "optionalDependencies": {},
  121. "readme": "ERROR: No README data found!",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
  125. },
  126. "scripts": {
  127. "commitmsg": "commitlint -e $GIT_PARAMS",
  128. "lint": "eslint .",
  129. "precommit": "lint-staged",
  130. "prerelease": "npm t && npm run lint",
  131. "release": "standard-version",
  132. "test": "jest --env node --coverage"
  133. },
  134. "standard-version": {
  135. "scripts": {
  136. "posttag": "git push --follow-tags origin master && npm publish"
  137. }
  138. },
  139. "version": "6.0.5"
  140. }