Version 1
[yaffs-website] / node_modules / es5-shim / package.json
1 {
2   "_args": [
3     [
4       "es5-shim@^4.5.1",
5       "/var/www/yaffs/node_modules/videojs-ie8"
6     ]
7   ],
8   "_from": "es5-shim@>=4.5.1 <5.0.0",
9   "_id": "es5-shim@4.5.9",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/es5-shim",
13   "_nodeVersion": "6.2.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/es5-shim-4.5.9.tgz_1465840965445_0.8894780746195465"
17   },
18   "_npmUser": {
19     "email": "ljharb@gmail.com",
20     "name": "ljharb"
21   },
22   "_npmVersion": "3.9.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "es5-shim",
26     "raw": "es5-shim@^4.5.1",
27     "rawSpec": "^4.5.1",
28     "scope": null,
29     "spec": ">=4.5.1 <5.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/videojs-ie8"
34   ],
35   "_resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.5.9.tgz",
36   "_shasum": "2a1e2b9e583ff5fed0c20a3ee2cbf3f75230a5c0",
37   "_shrinkwrap": null,
38   "_spec": "es5-shim@^4.5.1",
39   "_where": "/var/www/yaffs/node_modules/videojs-ie8",
40   "bugs": {
41     "url": "http://github.com/es-shims/es5-shim/issues"
42   },
43   "contributors": [
44     {
45       "name": "Kris Kowal",
46       "email": "kris@cixar.com",
47       "url": "http://github.com/kriskowal/"
48     },
49     {
50       "name": "Sami Samhuri",
51       "email": "sami.samhuri@gmail.com",
52       "url": "http://samhuri.net/"
53     },
54     {
55       "name": "Florian Schäfer",
56       "email": "florian.schaefer@gmail.com",
57       "url": "http://github.com/fschaefer"
58     },
59     {
60       "name": "Irakli Gozalishvili",
61       "email": "rfobic@gmail.com",
62       "url": "http://jeditoolkit.com"
63     },
64     {
65       "name": "Kit Cambridge",
66       "email": "kitcambridge@gmail.com",
67       "url": "http://kitcambridge.github.com"
68     },
69     {
70       "name": "Jordan Harband",
71       "email": "ljharb@gmail.com",
72       "url": "https://github.com/ljharb/"
73     }
74   ],
75   "dependencies": {},
76   "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
77   "devDependencies": {
78     "@ljharb/eslint-config": "^5.0.0",
79     "concurrently": "^2.1.0",
80     "eslint": "^2.12.0",
81     "jasmine-node": "^1.14.5",
82     "jscs": "^3.0.4",
83     "replace": "^0.3.0",
84     "semver": "^5.1.0",
85     "uglify-js": "^2.6.2"
86   },
87   "directories": {},
88   "dist": {
89     "shasum": "2a1e2b9e583ff5fed0c20a3ee2cbf3f75230a5c0",
90     "tarball": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.5.9.tgz"
91   },
92   "engines": {
93     "node": ">=0.4.0"
94   },
95   "gitHead": "30ebdda82ed0d8f42b05785debf1e7ee066c3507",
96   "homepage": "http://github.com/es-shims/es5-shim/",
97   "keywords": [
98     "ecmascript",
99     "es5",
100     "es5 shim",
101     "javascript",
102     "polyfill",
103     "shim"
104   ],
105   "license": "MIT",
106   "main": "es5-shim.js",
107   "maintainers": [
108     {
109       "name": "kriskowal",
110       "email": "kris.kowal@cixar.com"
111     },
112     {
113       "name": "gozala",
114       "email": "rfobic@gmail.com"
115     },
116     {
117       "name": "ljharb",
118       "email": "ljharb@gmail.com"
119     }
120   ],
121   "name": "es5-shim",
122   "optionalDependencies": {},
123   "readme": "ERROR: No README data found!",
124   "repository": {
125     "type": "git",
126     "url": "git+ssh://git@github.com/es-shims/es5-shim.git"
127   },
128   "scripts": {
129     "eslint": "eslint tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js",
130     "jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js",
131     "lint": "concurrently --raw 'npm run --silent jscs' 'npm run --silent eslint'",
132     "minify": "concurrently --raw 'npm run --silent minify-shim' 'npm run --silent minify-sham'",
133     "minify-sham": "uglifyjs es5-sham.js --keep-fnames --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
134     "minify-shim": "uglifyjs es5-shim.js --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false > es5-shim.min.js",
135     "pretest": "npm run --silent lint",
136     "test": "npm run --silent tests-only",
137     "test-native": "jasmine-node --matchall tests/spec/",
138     "tests-only": "jasmine-node --matchall ./ tests/spec/"
139   },
140   "testling": {
141     "browsers": [
142       "android-browser/4.2",
143       "chrome/25.0..latest",
144       "chrome/4.0..10.0",
145       "chrome/canary",
146       "firefox/18.0..latest",
147       "firefox/3.0..6.0",
148       "firefox/nightly",
149       "iexplore/6.0..latest",
150       "ipad/6.0..latest",
151       "iphone/6.0..latest",
152       "opera/10.0..latest",
153       "opera/next",
154       "safari/4.0..latest"
155     ]
156   },
157   "version": "4.5.9"
158 }