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

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "has-cors@1.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/socket.io-client"
  6. ]
  7. ],
  8. "_from": "has-cors@1.1.0",
  9. "_id": "has-cors@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/has-cors",
  13. "_npmUser": {
  14. "email": "shtylman@gmail.com",
  15. "name": "shtylman"
  16. },
  17. "_npmVersion": "1.4.23",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "has-cors",
  21. "raw": "has-cors@1.1.0",
  22. "rawSpec": "1.1.0",
  23. "scope": null,
  24. "spec": "1.1.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/engine.io-client",
  29. "/socket.io-client"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
  32. "_shasum": "5e474793f7ea9843d1bb99c23eef49ff126fff39",
  33. "_shrinkwrap": null,
  34. "_spec": "has-cors@1.1.0",
  35. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/socket.io-client",
  36. "author": {
  37. "email": "nathan@tootallnate.net",
  38. "name": "Nathan Rajlich",
  39. "url": "http://n8.io/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/component/has-cors/issues"
  43. },
  44. "component": {
  45. "scripts": {
  46. "has-cors/index.js": "index.js"
  47. }
  48. },
  49. "dependencies": {},
  50. "description": "Detects support for Cross-Origin Resource Sharing",
  51. "devDependencies": {
  52. "chai": "^1.10",
  53. "mocha": "^2.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "5e474793f7ea9843d1bb99c23eef49ff126fff39",
  58. "tarball": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz"
  59. },
  60. "gitHead": "27e9b96726b669e9594350585cc1e97474d3f995",
  61. "homepage": "https://github.com/component/has-cors",
  62. "keywords": [
  63. "cors",
  64. "cross",
  65. "domain",
  66. "origin",
  67. "resource",
  68. "sharing"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "shtylman",
  75. "email": "shtylman@gmail.com"
  76. }
  77. ],
  78. "name": "has-cors",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/component/has-cors.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "version": "1.1.0"
  89. }