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

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "dot-prop@^4.1.0",
  3. "_id": "dot-prop@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==",
  6. "_location": "/conf/dot-prop",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dot-prop@^4.1.0",
  12. "name": "dot-prop",
  13. "escapedName": "dot-prop",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/conf"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz",
  22. "_shasum": "45884194a71fc2cda71cbb4bceb3a4dd2f433ba4",
  23. "_spec": "dot-prop@^4.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/conf",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/dot-prop/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-obj": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get, set, or delete a property from a nested object using a dot path",
  39. "devDependencies": {
  40. "ava": "1.4.1",
  41. "matcha": "^0.7.0",
  42. "xo": "0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/dot-prop#readme",
  51. "keywords": [
  52. "obj",
  53. "object",
  54. "prop",
  55. "property",
  56. "dot",
  57. "path",
  58. "get",
  59. "set",
  60. "delete",
  61. "del",
  62. "access",
  63. "notation",
  64. "dotty"
  65. ],
  66. "license": "MIT",
  67. "name": "dot-prop",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/dot-prop.git"
  71. },
  72. "scripts": {
  73. "bench": "matcha bench.js",
  74. "test": "xo && ava"
  75. },
  76. "version": "4.2.1",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }