Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 3.5KB

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