mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
66
node_modules/has-cors/package.json
generated
vendored
Normal file
66
node_modules/has-cors/package.json
generated
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"_from": "has-cors@1.1.0",
|
||||
"_id": "has-cors@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=",
|
||||
"_location": "/has-cors",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-cors@1.1.0",
|
||||
"name": "has-cors",
|
||||
"escapedName": "has-cors",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io-client",
|
||||
"/socket.io-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
|
||||
"_shasum": "5e474793f7ea9843d1bb99c23eef49ff126fff39",
|
||||
"_spec": "has-cors@1.1.0",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/socket.io-client",
|
||||
"author": {
|
||||
"name": "Nathan Rajlich",
|
||||
"email": "nathan@tootallnate.net",
|
||||
"url": "http://n8.io/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/component/has-cors/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"component": {
|
||||
"scripts": {
|
||||
"has-cors/index.js": "index.js"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Detects support for Cross-Origin Resource Sharing",
|
||||
"devDependencies": {
|
||||
"chai": "^1.10",
|
||||
"mocha": "^2.0"
|
||||
},
|
||||
"homepage": "https://github.com/component/has-cors#readme",
|
||||
"keywords": [
|
||||
"cors",
|
||||
"cross",
|
||||
"origin",
|
||||
"resource",
|
||||
"sharing",
|
||||
"domain"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "has-cors",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/component/has-cors.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
Reference in New Issue
Block a user