You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.5 KiB

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