root / HServer / 00.Server / 00.Program / node_modules / xmlhttprequest-ssl / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.86 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"xmlhttprequest-ssl@1.5.5",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "xmlhttprequest-ssl@1.5.5", |
9 |
"_id": "xmlhttprequest-ssl@1.5.5", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=", |
12 |
"_location": "/xmlhttprequest-ssl", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "xmlhttprequest-ssl@1.5.5", |
18 |
"name": "xmlhttprequest-ssl", |
19 |
"escapedName": "xmlhttprequest-ssl", |
20 |
"rawSpec": "1.5.5", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "1.5.5" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/engine.io-client"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", |
28 |
"_spec": "1.5.5", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "Michael de Wit" |
32 |
}, |
33 |
"bugs": {
|
34 |
"url": "http://github.com/mjwwit/node-XMLHttpRequest/issues" |
35 |
}, |
36 |
"dependencies": {},
|
37 |
"description": "XMLHttpRequest for Node", |
38 |
"directories": {
|
39 |
"lib": "./lib", |
40 |
"example": "./example" |
41 |
}, |
42 |
"engines": {
|
43 |
"node": ">=0.4.0" |
44 |
}, |
45 |
"homepage": "https://github.com/mjwwit/node-XMLHttpRequest#readme", |
46 |
"keywords": [
|
47 |
"xhr",
|
48 |
"ajax"
|
49 |
], |
50 |
"licenses": [
|
51 |
{ |
52 |
"type": "MIT", |
53 |
"url": "http://creativecommons.org/licenses/MIT/" |
54 |
} |
55 |
], |
56 |
"main": "./lib/XMLHttpRequest.js", |
57 |
"name": "xmlhttprequest-ssl", |
58 |
"repository": {
|
59 |
"type": "git", |
60 |
"url": "git://github.com/mjwwit/node-XMLHttpRequest.git" |
61 |
}, |
62 |
"scripts": {
|
63 |
"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" |
64 |
}, |
65 |
"version": "1.5.5" |
66 |
} |