mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
63
node_modules/xmlhttprequest-ssl/package.json
generated
vendored
Normal file
63
node_modules/xmlhttprequest-ssl/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "xmlhttprequest-ssl@~1.5.4",
|
||||
"_id": "xmlhttprequest-ssl@1.5.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=",
|
||||
"_location": "/xmlhttprequest-ssl",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "xmlhttprequest-ssl@~1.5.4",
|
||||
"name": "xmlhttprequest-ssl",
|
||||
"escapedName": "xmlhttprequest-ssl",
|
||||
"rawSpec": "~1.5.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.5.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz",
|
||||
"_shasum": "c2876b06168aadc40e57d97e81191ac8f4398b3e",
|
||||
"_spec": "xmlhttprequest-ssl@~1.5.4",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/engine.io-client",
|
||||
"author": {
|
||||
"name": "Michael de Wit"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mjwwit/node-XMLHttpRequest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "XMLHttpRequest for Node",
|
||||
"directories": {
|
||||
"lib": "./lib",
|
||||
"example": "./example"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/mjwwit/node-XMLHttpRequest#readme",
|
||||
"keywords": [
|
||||
"xhr",
|
||||
"ajax"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://creativecommons.org/licenses/MIT/"
|
||||
}
|
||||
],
|
||||
"main": "./lib/XMLHttpRequest.js",
|
||||
"name": "xmlhttprequest-ssl",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mjwwit/node-XMLHttpRequest.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "cd ./tests && node test-constants.js && node test-events.js && node test-exceptions.js && node test-headers.js && node test-redirect-302.js && node test-redirect-303.js && node test-redirect-307.js && node test-request-methods.js && node test-request-protocols.js"
|
||||
},
|
||||
"version": "1.5.5"
|
||||
}
|
Reference in New Issue
Block a user