package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "has-cors@1.1.0",
  3. "_id": "has-cors@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=",
  6. "_location": "/has-cors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "has-cors@1.1.0",
  12. "name": "has-cors",
  13. "escapedName": "has-cors",
  14. "rawSpec": "1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/engine.io-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
  22. "_shasum": "5e474793f7ea9843d1bb99c23eef49ff126fff39",
  23. "_spec": "has-cors@1.1.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\engine.io-client",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://n8.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/component/has-cors/issues"
  32. },
  33. "bundleDependencies": false,
  34. "component": {
  35. "scripts": {
  36. "has-cors/index.js": "index.js"
  37. }
  38. },
  39. "deprecated": false,
  40. "description": "Detects support for Cross-Origin Resource Sharing",
  41. "devDependencies": {
  42. "chai": "^1.10",
  43. "mocha": "^2.0"
  44. },
  45. "homepage": "https://github.com/component/has-cors#readme",
  46. "keywords": [
  47. "cors",
  48. "cross",
  49. "origin",
  50. "resource",
  51. "sharing",
  52. "domain"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "has-cors",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/component/has-cors.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "version": "1.1.0"
  65. }