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

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "json-buffer@3.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/keyv"
  6. ]
  7. ],
  8. "_from": "json-buffer@3.0.0",
  9. "_id": "json-buffer@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/json-buffer",
  13. "_nodeVersion": "6.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/json-buffer-3.0.0.tgz_1500312568079_0.3351021413691342"
  17. },
  18. "_npmUser": {
  19. "email": "dominic.tarr@gmail.com",
  20. "name": "dominictarr"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "json-buffer",
  26. "raw": "json-buffer@3.0.0",
  27. "rawSpec": "3.0.0",
  28. "scope": null,
  29. "spec": "3.0.0",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/keyv"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
  36. "_shasum": "5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898",
  37. "_shrinkwrap": null,
  38. "_spec": "json-buffer@3.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/keyv",
  40. "author": {
  41. "email": "dominic.tarr@gmail.com",
  42. "name": "Dominic Tarr",
  43. "url": "http://dominictarr.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/dominictarr/json-buffer/issues"
  47. },
  48. "dependencies": {},
  49. "description": "JSON parse & stringify that supports binary via bops & base64",
  50. "devDependencies": {
  51. "tape": "^4.6.3"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898",
  56. "tarball": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz"
  57. },
  58. "gitHead": "da6fe4c61fd9a5e7b450aecb079219794733b245",
  59. "homepage": "https://github.com/dominictarr/json-buffer",
  60. "license": "MIT",
  61. "maintainers": [
  62. {
  63. "name": "dominictarr",
  64. "email": "dominic.tarr@gmail.com"
  65. }
  66. ],
  67. "name": "json-buffer",
  68. "optionalDependencies": {},
  69. "readme": "ERROR: No README data found!",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/dominictarr/json-buffer.git"
  73. },
  74. "scripts": {
  75. "test": "set -e; for t in test/*.js; do node $t; done"
  76. },
  77. "testling": {
  78. "browsers": [
  79. "android-browser/4.2..latest",
  80. "chrome/22..latest",
  81. "chrome/canary",
  82. "firefox/17..latest",
  83. "firefox/nightly",
  84. "ie/8..latest",
  85. "ipad/6.0..latest",
  86. "iphone/6.0..latest",
  87. "opera/12..latest",
  88. "opera/next",
  89. "safari/5.1..latest"
  90. ],
  91. "files": "test/*.js"
  92. },
  93. "version": "3.0.0"
  94. }