package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "has-cors@1.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "has-cors@1.1.0",
  9. "_id": "has-cors@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-g5VNKdkFuUuVCP9gYfDJHjK2nqdQJ7aDLTnycnc2+RvsOQbuLdF5pm7vuE5J76SEBIQjs4kQY/BWq74JUmjbXA==",
  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. ],
  27. "_resolved": "https://registry.npmmirror.com/has-cors/-/has-cors-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "http://n8.io/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/component/has-cors/issues"
  37. },
  38. "component": {
  39. "scripts": {
  40. "has-cors/index.js": "index.js"
  41. }
  42. },
  43. "description": "Detects support for Cross-Origin Resource Sharing",
  44. "devDependencies": {
  45. "chai": "^1.10",
  46. "mocha": "^2.0"
  47. },
  48. "homepage": "https://github.com/component/has-cors#readme",
  49. "keywords": [
  50. "cors",
  51. "cross",
  52. "origin",
  53. "resource",
  54. "sharing",
  55. "domain"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "has-cors",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/component/has-cors.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "version": "1.1.0"
  68. }