1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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"
}
|