aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/xmlhttprequest-ssl/package.json
diff options
context:
space:
mode:
authorYaroslav De La Peña Smirnov <yaros.rus_89@live.com.mx>2017-11-29 11:44:34 +0300
committerYaroslav De La Peña Smirnov <yaros.rus_89@live.com.mx>2017-11-29 11:44:34 +0300
commit67fdec20726e48ba3a934cb25bb30d47ec4a4f29 (patch)
tree37fd9f4f0b0c20103e1646fc83021e4765de3680 /node_modules/xmlhttprequest-ssl/package.json
downloadspanish-checkers-67fdec20726e48ba3a934cb25bb30d47ec4a4f29.tar.gz
spanish-checkers-67fdec20726e48ba3a934cb25bb30d47ec4a4f29.zip
Initial commit, version 0.5.3
Diffstat (limited to 'node_modules/xmlhttprequest-ssl/package.json')
-rw-r--r--node_modules/xmlhttprequest-ssl/package.json98
1 files changed, 98 insertions, 0 deletions
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"
+}