Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80676 views
1
{
2
"name": "xmlhttprequest",
3
"description": "XMLHttpRequest for Node",
4
"version": "1.7.0",
5
"author": {
6
"name": "Dan DeFelippi",
7
"url": "http://driverdan.com"
8
},
9
"keywords": [
10
"xhr",
11
"ajax"
12
],
13
"licenses": [
14
{
15
"type": "MIT",
16
"url": "http://creativecommons.org/licenses/MIT/"
17
}
18
],
19
"repository": {
20
"type": "git",
21
"url": "git://github.com/driverdan/node-XMLHttpRequest.git"
22
},
23
"bugs": {
24
"url": "http://github.com/driverdan/node-XMLHttpRequest/issues"
25
},
26
"engines": {
27
"node": ">=0.4.0"
28
},
29
"directories": {
30
"lib": "./lib",
31
"example": "./example"
32
},
33
"main": "./lib/XMLHttpRequest.js",
34
"homepage": "https://github.com/driverdan/node-XMLHttpRequest",
35
"_id": "[email protected]",
36
"dist": {
37
"shasum": "dc697a8df0258afacad526c1c296b1bdd12c4ab3",
38
"tarball": "http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.7.0.tgz"
39
},
40
"_from": "xmlhttprequest@>=1.5.0",
41
"_npmVersion": "1.4.3",
42
"_npmUser": {
43
"name": "driverdan",
44
"email": "[email protected]"
45
},
46
"maintainers": [
47
{
48
"name": "driverdan",
49
"email": "[email protected]"
50
}
51
],
52
"_shasum": "dc697a8df0258afacad526c1c296b1bdd12c4ab3",
53
"_resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.7.0.tgz"
54
}
55
56