package.json 2.2 KB

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