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

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "ini@^1.3.5",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/global-dirs"
  6. ]
  7. ],
  8. "_from": "ini@>=1.3.5 <2.0.0",
  9. "_id": "ini@1.3.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ini",
  13. "_nodeVersion": "8.9.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/ini-1.3.5.tgz_1511302634290_0.6889052151236683"
  17. },
  18. "_npmUser": {
  19. "email": "i@izs.me",
  20. "name": "isaacs"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "ini",
  26. "raw": "ini@^1.3.5",
  27. "rawSpec": "^1.3.5",
  28. "scope": null,
  29. "spec": ">=1.3.5 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/global-dirs",
  34. "/rc"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
  37. "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
  38. "_shrinkwrap": null,
  39. "_spec": "ini@^1.3.5",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/global-dirs",
  41. "author": {
  42. "email": "i@izs.me",
  43. "name": "Isaac Z. Schlueter",
  44. "url": "http://blog.izs.me/"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/isaacs/ini/issues"
  48. },
  49. "dependencies": {},
  50. "description": "An ini encoder/decoder for node",
  51. "devDependencies": {
  52. "standard": "^10.0.3",
  53. "tap": "^10.7.3 || 11"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
  58. "shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
  59. "tarball": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz"
  60. },
  61. "engines": {
  62. "node": "*"
  63. },
  64. "files": [
  65. "ini.js"
  66. ],
  67. "gitHead": "738eca59d77d8cfdddf5c477c17a0d8f8fbfe0fd",
  68. "homepage": "https://github.com/isaacs/ini#readme",
  69. "license": "ISC",
  70. "main": "ini.js",
  71. "maintainers": [
  72. {
  73. "name": "isaacs",
  74. "email": "i@izs.me"
  75. }
  76. ],
  77. "name": "ini",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/isaacs/ini.git"
  83. },
  84. "scripts": {
  85. "postpublish": "git push origin --all; git push origin --tags",
  86. "postversion": "npm publish",
  87. "pretest": "standard ini.js",
  88. "preversion": "npm test",
  89. "test": "tap test/*.js --100 -J"
  90. },
  91. "version": "1.3.5"
  92. }