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

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "path-key@^3.1.0",
  3. "_id": "path-key@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6. "_location": "/cordova-ios/path-key",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-key@^3.1.0",
  12. "name": "path-key",
  13. "escapedName": "path-key",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios/cross-spawn"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  22. "_shasum": "581f6ade658cbba65a0d3380de7753295054f375",
  23. "_spec": "path-key@^3.1.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios/node_modules/cross-spawn",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/path-key/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Get the PATH environment variable key cross-platform",
  36. "devDependencies": {
  37. "@types/node": "^11.13.0",
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/path-key#readme",
  50. "keywords": [
  51. "path",
  52. "key",
  53. "environment",
  54. "env",
  55. "variable",
  56. "var",
  57. "get",
  58. "cross-platform",
  59. "windows"
  60. ],
  61. "license": "MIT",
  62. "name": "path-key",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/path-key.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "3.1.1"
  71. }