summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/function-bind/package.json
blob: 647be39d86182777910c74bff7d4def554ad94af (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
  "_args": [
    [
      {
        "raw": "function-bind@^1.0.2",
        "scope": null,
        "escapedName": "function-bind",
        "name": "function-bind",
        "rawSpec": "^1.0.2",
        "spec": ">=1.0.2 <2.0.0",
        "type": "range"
      },
      "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\has"
    ]
  ],
  "_from": "function-bind@>=1.0.2 <2.0.0",
  "_id": "function-bind@1.1.0",
  "_inCache": true,
  "_location": "/function-bind",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/function-bind-1.1.0.tgz_1455438520627_0.822420896962285"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "function-bind@^1.0.2",
    "scope": null,
    "escapedName": "function-bind",
    "name": "function-bind",
    "rawSpec": "^1.0.2",
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/has"
  ],
  "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz",
  "_shasum": "16176714c801798e4e8f2cf7f7529467bb4a5771",
  "_shrinkwrap": null,
  "_spec": "function-bind@^1.0.2",
  "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\has",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Raynos/function-bind/issues",
    "email": "raynos2@gmail.com"
  },
  "contributors": [
    {
      "name": "Raynos"
    },
    {
      "name": "Jordan Harband",
      "url": "https://github.com/ljharb"
    }
  ],
  "dependencies": {},
  "description": "Implementation of Function.prototype.bind",
  "devDependencies": {
    "@ljharb/eslint-config": "^2.1.0",
    "covert": "^1.1.0",
    "eslint": "^2.0.0",
    "jscs": "^2.9.0",
    "tape": "^4.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "16176714c801798e4e8f2cf7f7529467bb4a5771",
    "tarball": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz"
  },
  "gitHead": "cb5057f2a0018ac48c812ccee86934a5af30efdb",
  "homepage": "https://github.com/Raynos/function-bind",
  "keywords": [
    "function",
    "bind",
    "shim",
    "es5"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/function-bind/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "maintainers": [
    {
      "name": "raynos",
      "email": "raynos2@gmail.com"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "function-bind",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/Raynos/function-bind.git"
  },
  "scripts": {
    "coverage": "covert test/*.js",
    "coverage-quiet": "covert test/*.js --quiet",
    "eslint": "eslint *.js */*.js",
    "jscs": "jscs *.js */*.js",
    "lint": "npm run jscs && npm run eslint",
    "test": "npm run lint && npm run tests-only && npm run coverage-quiet",
    "tests-only": "node test"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "ie/8..latest",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "1.1.0"
}