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

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "registry-auth-token@^4.0.0",
  3. "_id": "registry-auth-token@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==",
  6. "_location": "/registry-auth-token",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "registry-auth-token@^4.0.0",
  12. "name": "registry-auth-token",
  13. "escapedName": "registry-auth-token",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/package-json"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz",
  22. "_shasum": "6d7b4006441918972ccd5fedcd41dc322c79b250",
  23. "_spec": "registry-auth-token@^4.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/package-json",
  25. "author": {
  26. "name": "Espen Hovlandsdal",
  27. "email": "espen@hovlandsdal.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rexxars/registry-auth-token/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "rc": "^1.2.8"
  35. },
  36. "deprecated": false,
  37. "description": "Get the auth token set for an npm registry (if any)",
  38. "devDependencies": {
  39. "istanbul": "^0.4.2",
  40. "mocha": "^6.1.4",
  41. "require-uncached": "^1.0.2",
  42. "standard": "^12.0.1"
  43. },
  44. "engines": {
  45. "node": ">=6.0.0"
  46. },
  47. "homepage": "https://github.com/rexxars/registry-auth-token#readme",
  48. "keywords": [
  49. "npm",
  50. "conf",
  51. "config",
  52. "npmconf",
  53. "registry",
  54. "auth",
  55. "token",
  56. "authtoken"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "registry-auth-token",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/rexxars/registry-auth-token.git"
  64. },
  65. "scripts": {
  66. "coverage": "istanbul cover _mocha",
  67. "posttest": "standard",
  68. "test": "mocha"
  69. },
  70. "standard": {
  71. "ignore": [
  72. "coverage/**"
  73. ]
  74. },
  75. "version": "4.2.1"
  76. }