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

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "ini@^1.3.5",
  3. "_id": "ini@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
  6. "_location": "/ini",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ini@^1.3.5",
  12. "name": "ini",
  13. "escapedName": "ini",
  14. "rawSpec": "^1.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.5"
  17. },
  18. "_requiredBy": [
  19. "/global-dirs",
  20. "/rc"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
  23. "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
  24. "_spec": "ini@^1.3.5",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/global-dirs",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/ini/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "An ini encoder/decoder for node",
  38. "devDependencies": {
  39. "standard": "^10.0.3",
  40. "tap": "^10.7.3 || 11"
  41. },
  42. "engines": {
  43. "node": "*"
  44. },
  45. "files": [
  46. "ini.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/ini#readme",
  49. "license": "ISC",
  50. "main": "ini.js",
  51. "name": "ini",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/isaacs/ini.git"
  55. },
  56. "scripts": {
  57. "postpublish": "git push origin --all; git push origin --tags",
  58. "postversion": "npm publish",
  59. "pretest": "standard ini.js",
  60. "preversion": "npm test",
  61. "test": "tap test/*.js --100 -J"
  62. },
  63. "version": "1.3.5"
  64. }