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

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "extend@~3.0.2",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/request"
  6. ]
  7. ],
  8. "_from": "extend@>=3.0.2 <3.1.0",
  9. "_id": "extend@3.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/extend",
  13. "_nodeVersion": "10.7.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/extend_3.0.2_1532032091383_0.6840703017754544"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "6.1.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "extend",
  26. "raw": "extend@~3.0.2",
  27. "rawSpec": "~3.0.2",
  28. "scope": null,
  29. "spec": ">=3.0.2 <3.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  36. "_shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa",
  37. "_shrinkwrap": null,
  38. "_spec": "extend@~3.0.2",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/request",
  40. "author": {
  41. "email": "justmoon@members.fsf.org",
  42. "name": "Stefan Thomas",
  43. "url": "http://www.justmoon.net"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/justmoon/node-extend/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jordan Harband",
  51. "url": "https://github.com/ljharb"
  52. }
  53. ],
  54. "dependencies": {},
  55. "description": "Port of jQuery.extend for node.js and the browser",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^12.2.1",
  58. "covert": "^1.1.0",
  59. "eslint": "^4.19.1",
  60. "jscs": "^3.0.7",
  61. "tape": "^4.9.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "fileCount": 10,
  66. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  67. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbUPRbCRA9TVsSAnZWagAAQvUQAI7RuKHKR/BtJGQTRMjw\nQr46YK0xU36ey91h+EfjKesrI+6sPi6r3Fi10zQ/IocxbXoGCfnGt0XlSD1e\nAWSMSKVxoRbOg7txu9RiMbfHZ0kdXH4WU+i83FQAG1goqDVQuNAsj4UzktrO\n6ShU1GDjmeWRmZpVwHnlpwfITGTMdHM6j7RJNnLQYoFlssatgk8txFeOzYeh\nNdBxuxtki5H297qXc0inWoNa/e+ahsGRM6dgDRvaZlWaIvDoDr6vQgpx4iGc\ndacBNB6P7SYS9ArdzUtTivvTHv7l2MHCL2JlXk3e4hq6I8wBnkQFgMas8b9b\nVGD4mUCgFwC80wQ0r19r8t9DmuOhJGobcj/nGxuvaeM+mbnuHiADhLTOV3dW\nQbnZDlMRQnODmGwxDK2yyTqZJrBzFkZvb/yRdSucxQgHkGraM+NOkbb0iSMG\nnyJK8U0EyjEvyRMMJEXwO+jb+DfULrFZHLt4whkG53G8QhoeF8qjmbZ8r0Ea\nMxuS25wP2sLS27fljk516N9WMjMh4rhhBj6j8hUDij3F0ZVy/wGnnpDrz9cU\nB+ylJKsgQb6DWMXTmj2OZ/QJny1XEebCxdceIN8HcIvxHBjs+rWBlWT+QLXU\n/wHy1hEd4ZXcV/OFQHj2M+sWhc+sUpFKvtObZbxGOODSE1IDSdisVdjwFTx+\nMEht\r\n=SSFB\r\n-----END PGP SIGNATURE-----\r\n",
  68. "shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa",
  69. "tarball": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  70. "unpackedSize": 23461
  71. },
  72. "gitHead": "8d106d23931c0802e8b88188b0aac433e13358d9",
  73. "homepage": "https://github.com/justmoon/node-extend#readme",
  74. "keywords": [
  75. "clone",
  76. "extend",
  77. "merge"
  78. ],
  79. "license": "MIT",
  80. "main": "index",
  81. "maintainers": [
  82. {
  83. "name": "justmoon",
  84. "email": "justmoon@members.fsf.org"
  85. },
  86. {
  87. "name": "ljharb",
  88. "email": "ljharb@gmail.com"
  89. }
  90. ],
  91. "name": "extend",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/justmoon/node-extend.git"
  97. },
  98. "scripts": {
  99. "coverage": "covert test/index.js",
  100. "coverage-quiet": "covert test/index.js --quiet",
  101. "eslint": "eslint *.js */*.js",
  102. "jscs": "jscs *.js */*.js",
  103. "lint": "npm run jscs && npm run eslint",
  104. "posttest": "npm run coverage-quiet",
  105. "pretest": "npm run lint",
  106. "test": "npm run tests-only",
  107. "tests-only": "node test"
  108. },
  109. "version": "3.0.2"
  110. }