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.

16 lines
322 B

  1. {
  2. "name": "has-cors",
  3. "repo": "component/has-cors",
  4. "description": "Detects support for Cross-Origin Resource Sharing",
  5. "version": "1.0.3",
  6. "keywords": [],
  7. "dependencies": {
  8. "component/global": "2.0.1"
  9. },
  10. "development": {},
  11. "license": "MIT",
  12. "main": "index.js",
  13. "scripts": [
  14. "index.js"
  15. ]
  16. }