aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/xmlhttprequest/package.json
blob: cf4f09af11b841bcb3097c666b4619b3e8e07e32 (plain)
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
{
  "name": "xmlhttprequest",
  "description": "XMLHttpRequest for Node",
  "version": "1.4.2",
  "author": {
    "name": "Dan DeFelippi",
    "url": "http://driverdan.com"
  },
  "keywords": [
    "xhr",
    "ajax"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://creativecommons.org/licenses/MIT/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
  },
  "bugs": {
    "name": "http://github.com/driverdan/node-XMLHttpRequest/issues"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "directories": {
    "lib": "./lib",
    "example": "./example"
  },
  "main": "./lib/XMLHttpRequest.js",
  "_npmUser": {
    "name": "driverdan",
    "email": "dan@driverdan.com"
  },
  "_id": "xmlhttprequest@1.4.2",
  "dependencies": {},
  "devDependencies": {},
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.24",
  "_nodeVersion": "v0.6.19",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "01453a1d9bed1e8f172f6495bbf4c8c426321500",
    "tarball": "http://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz"
  },
  "maintainers": [
    {
      "name": "driverdan",
      "email": "dan@driverdan.com"
    }
  ],
  "_shasum": "01453a1d9bed1e8f172f6495bbf4c8c426321500",
  "_from": "xmlhttprequest@1.4.2",
  "_resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz"
}