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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "asynckit@^0.4.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/form-data"
  6. ]
  7. ],
  8. "_from": "asynckit@>=0.4.0 <0.5.0",
  9. "_id": "asynckit@0.4.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/asynckit",
  13. "_nodeVersion": "0.12.11",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/asynckit-0.4.0.tgz_1465928940169_0.8008207362145185"
  17. },
  18. "_npmUser": {
  19. "email": "iam@alexindigo.com",
  20. "name": "alexindigo"
  21. },
  22. "_npmVersion": "2.15.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "asynckit",
  26. "raw": "asynckit@^0.4.0",
  27. "rawSpec": "^0.4.0",
  28. "scope": null,
  29. "spec": ">=0.4.0 <0.5.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/form-data"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  36. "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
  37. "_shrinkwrap": null,
  38. "_spec": "asynckit@^0.4.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/form-data",
  40. "author": {
  41. "email": "iam@alexindigo.com",
  42. "name": "Alex Indigo"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/alexindigo/asynckit/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Minimal async jobs utility library, with streams support",
  49. "devDependencies": {
  50. "browserify": "^13.0.0",
  51. "browserify-istanbul": "^2.0.0",
  52. "coveralls": "^2.11.9",
  53. "eslint": "^2.9.0",
  54. "istanbul": "^0.4.3",
  55. "obake": "^0.1.2",
  56. "phantomjs-prebuilt": "^2.1.7",
  57. "pre-commit": "^1.1.3",
  58. "reamde": "^1.1.0",
  59. "rimraf": "^2.5.2",
  60. "size-table": "^0.2.0",
  61. "tap-spec": "^4.1.1",
  62. "tape": "^4.5.1"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
  67. "tarball": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
  68. },
  69. "gitHead": "583a75ed4fe41761b66416bb6e703ebb1f8963bf",
  70. "homepage": "https://github.com/alexindigo/asynckit#readme",
  71. "keywords": [
  72. "abort",
  73. "array",
  74. "async",
  75. "destroy",
  76. "iterator",
  77. "jobs",
  78. "object",
  79. "parallel",
  80. "serial",
  81. "stream",
  82. "terminate"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "maintainers": [
  87. {
  88. "name": "alexindigo",
  89. "email": "iam@alexindigo.com"
  90. }
  91. ],
  92. "name": "asynckit",
  93. "optionalDependencies": {},
  94. "pre-commit": [
  95. "browser",
  96. "clean",
  97. "lint",
  98. "report",
  99. "size",
  100. "test"
  101. ],
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/alexindigo/asynckit.git"
  106. },
  107. "scripts": {
  108. "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
  109. "clean": "rimraf coverage",
  110. "debug": "tape test/test-*.js",
  111. "lint": "eslint *.js lib/*.js test/*.js",
  112. "report": "istanbul report",
  113. "size": "browserify index.js | size-table asynckit",
  114. "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
  115. "win-test": "tape test/test-*.js"
  116. },
  117. "version": "0.4.0"
  118. }