From 67fdec20726e48ba3a934cb25bb30d47ec4a4f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20De=20La=20Pe=C3=B1a=20Smirnov?= Date: Wed, 29 Nov 2017 11:44:34 +0300 Subject: Initial commit, version 0.5.3 --- node_modules/xmlhttprequest-ssl/package.json | 98 ++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 node_modules/xmlhttprequest-ssl/package.json (limited to 'node_modules/xmlhttprequest-ssl/package.json') diff --git a/node_modules/xmlhttprequest-ssl/package.json b/node_modules/xmlhttprequest-ssl/package.json new file mode 100644 index 0000000..8f05cb9 --- /dev/null +++ b/node_modules/xmlhttprequest-ssl/package.json @@ -0,0 +1,98 @@ +{ + "_args": [ + [ + { + "raw": "xmlhttprequest-ssl@~1.5.4", + "scope": null, + "escapedName": "xmlhttprequest-ssl", + "name": "xmlhttprequest-ssl", + "rawSpec": "~1.5.4", + "spec": ">=1.5.4 <1.6.0", + "type": "range" + }, + "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io-client" + ] + ], + "_from": "xmlhttprequest-ssl@>=1.5.4 <1.6.0", + "_id": "xmlhttprequest-ssl@1.5.4", + "_inCache": true, + "_location": "/xmlhttprequest-ssl", + "_nodeVersion": "7.10.0", + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/xmlhttprequest-ssl-1.5.4.tgz_1506437590179_0.19159809849224985" + }, + "_npmUser": { + "name": "mjwwit", + "email": "mjwwit@gmail.com" + }, + "_npmVersion": "4.6.1", + "_phantomChildren": {}, + "_requested": { + "raw": "xmlhttprequest-ssl@~1.5.4", + "scope": null, + "escapedName": "xmlhttprequest-ssl", + "name": "xmlhttprequest-ssl", + "rawSpec": "~1.5.4", + "spec": ">=1.5.4 <1.6.0", + "type": "range" + }, + "_requiredBy": [ + "/engine.io-client" + ], + "_resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.4.tgz", + "_shasum": "04f560915724b389088715cc0ed7813e9677bf57", + "_shrinkwrap": null, + "_spec": "xmlhttprequest-ssl@~1.5.4", + "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io-client", + "author": { + "name": "Michael de Wit" + }, + "bugs": { + "url": "http://github.com/mjwwit/node-XMLHttpRequest/issues" + }, + "dependencies": {}, + "description": "XMLHttpRequest for Node", + "devDependencies": {}, + "directories": { + "lib": "./lib", + "example": "./example" + }, + "dist": { + "shasum": "04f560915724b389088715cc0ed7813e9677bf57", + "tarball": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.4.tgz" + }, + "engines": { + "node": ">=0.4.0" + }, + "gitHead": "b0fa1e0ddb900e28cf6cfbf8f6ade2babc4a12f9", + "homepage": "https://github.com/mjwwit/node-XMLHttpRequest#readme", + "keywords": [ + "xhr", + "ajax" + ], + "licenses": [ + { + "type": "MIT", + "url": "http://creativecommons.org/licenses/MIT/" + } + ], + "main": "./lib/XMLHttpRequest.js", + "maintainers": [ + { + "name": "mjwwit", + "email": "mjwwit@gmail.com" + } + ], + "name": "xmlhttprequest-ssl", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "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.4" +} -- cgit v1.2.3