package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "/socket.io-client"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/has-cors/download/has-cors-1.1.0.tgz",
  23. "_shasum": "5e474793f7ea9843d1bb99c23eef49ff126fff39",
  24. "_spec": "has-cors@1.1.0",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\socket.io-client",
  26. "author": {
  27. "name": "Nathan Rajlich",
  28. "email": "nathan@tootallnate.net",
  29. "url": "http://n8.io/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/component/has-cors/issues"
  33. },
  34. "bundleDependencies": false,
  35. "component": {
  36. "scripts": {
  37. "has-cors/index.js": "index.js"
  38. }
  39. },
  40. "deprecated": false,
  41. "description": "Detects support for Cross-Origin Resource Sharing",
  42. "devDependencies": {
  43. "chai": "^1.10",
  44. "mocha": "^2.0"
  45. },
  46. "homepage": "https://github.com/component/has-cors#readme",
  47. "keywords": [
  48. "cors",
  49. "cross",
  50. "origin",
  51. "resource",
  52. "sharing",
  53. "domain"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "has-cors",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/component/has-cors.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "version": "1.1.0"
  66. }