aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/has-cors/package.json
blob: b868fc7a2484a723bb75ef410a1f7f0d1e939bfa (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
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
{
  "_args": [
    [
      {
        "raw": "has-cors@1.1.0",
        "scope": null,
        "escapedName": "has-cors",
        "name": "has-cors",
        "rawSpec": "1.1.0",
        "spec": "1.1.0",
        "type": "version"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/socket.io-client"
    ]
  ],
  "_from": "has-cors@1.1.0",
  "_id": "has-cors@1.1.0",
  "_inCache": true,
  "_location": "/has-cors",
  "_npmUser": {
    "name": "shtylman",
    "email": "shtylman@gmail.com"
  },
  "_npmVersion": "1.4.23",
  "_phantomChildren": {},
  "_requested": {
    "raw": "has-cors@1.1.0",
    "scope": null,
    "escapedName": "has-cors",
    "name": "has-cors",
    "rawSpec": "1.1.0",
    "spec": "1.1.0",
    "type": "version"
  },
  "_requiredBy": [
    "/engine.io-client",
    "/socket.io-client"
  ],
  "_resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
  "_shasum": "5e474793f7ea9843d1bb99c23eef49ff126fff39",
  "_shrinkwrap": null,
  "_spec": "has-cors@1.1.0",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/socket.io-client",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/component/has-cors/issues"
  },
  "component": {
    "scripts": {
      "has-cors/index.js": "index.js"
    }
  },
  "dependencies": {},
  "description": "Detects support for Cross-Origin Resource Sharing",
  "devDependencies": {
    "chai": "^1.10",
    "mocha": "^2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5e474793f7ea9843d1bb99c23eef49ff126fff39",
    "tarball": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz"
  },
  "gitHead": "27e9b96726b669e9594350585cc1e97474d3f995",
  "homepage": "https://github.com/component/has-cors",
  "keywords": [
    "cors",
    "cross",
    "origin",
    "resource",
    "sharing",
    "domain"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "shtylman",
      "email": "shtylman@gmail.com"
    }
  ],
  "name": "has-cors",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/component/has-cors.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.1.0"
}