summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/es5-ext/package.json
blob: 26b8c4e0576e0fa5d90a0e1a1e7021b15daaf984 (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
{
  "_args": [
    [
      "es5-ext@~0.10.8",
      "/Users/trott/io.js/tools/node_modules/es6-map"
    ]
  ],
  "_from": "es5-ext@>=0.10.8 <0.11.0",
  "_id": "es5-ext@0.10.11",
  "_inCache": true,
  "_installable": true,
  "_location": "/es5-ext",
  "_nodeVersion": "4.2.3",
  "_npmUser": {
    "email": "medikoo+npm@medikoo.com",
    "name": "medikoo"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "es5-ext",
    "raw": "es5-ext@~0.10.8",
    "rawSpec": "~0.10.8",
    "scope": null,
    "spec": ">=0.10.8 <0.11.0",
    "type": "range"
  },
  "_requiredBy": [
    "/d",
    "/es6-iterator",
    "/es6-map",
    "/es6-set",
    "/es6-symbol",
    "/es6-weak-map",
    "/event-emitter"
  ],
  "_resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz",
  "_shasum": "8184c3e705a820948c2dbe043849379b1dbd0c45",
  "_shrinkwrap": null,
  "_spec": "es5-ext@~0.10.8",
  "_where": "/Users/trott/io.js/tools/node_modules/es6-map",
  "author": {
    "email": "medyk@medikoo.com",
    "name": "Mariusz Nowak",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/es5-ext/issues"
  },
  "dependencies": {
    "es6-iterator": "2",
    "es6-symbol": "~3.0.2"
  },
  "description": "ECMAScript extensions and shims",
  "devDependencies": {
    "tad": "~0.2.4",
    "xlint": "~0.2.2",
    "xlint-jslint-medikoo": "~0.1.4"
  },
  "directories": {},
  "dist": {
    "shasum": "8184c3e705a820948c2dbe043849379b1dbd0c45",
    "tarball": "http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz"
  },
  "gitHead": "aba94140a6bf79ce1a448a2db8834e8c1842b527",
  "homepage": "https://github.com/medikoo/es5-ext#readme",
  "keywords": [
    "ecmascript",
    "ecmascript5",
    "ecmascript6",
    "es5",
    "es6",
    "extensions",
    "ext",
    "addons",
    "extras",
    "harmony",
    "javascript",
    "polyfill",
    "shim",
    "util",
    "utils",
    "utilities"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "medikoo+npm@medikoo.com",
      "name": "medikoo"
    }
  ],
  "name": "es5-ext",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/es5-ext.git"
  },
  "scripts": {
    "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
    "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
    "test": "node ./node_modules/tad/bin/tad"
  },
  "version": "0.10.11"
}