懒羊羊
2023-08-30 1ac2bc1590406d9babec036e154d8d08f34a6aa1
提交 | 用户 | 时间
1ac2bc 1 {
2   "name": "es5-shim",
3   "version": "2.1.0",
4   "description": "ES5 as implementable on previous engines",
5   "homepage": "http://github.com/kriskowal/es5-shim/",
6   "contributors": [
7     "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
8     "Sami Samhuri <sami.samhuri@gmail.com> (http://samhuri.net/)",
9     "Florian Schäfer <florian.schaefer@gmail.com> (http://github.com/fschaefer)",
10     "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
11     "Kit Cambridge <kitcambridge@gmail.com> (http://kitcambridge.github.com)"
12   ],
13   "bugs": {
14     "mail": "kris@cixar.com",
15     "url": "http://github.com/kriskowal/es5-shim/issues"
16   },
17   "licenses": [
18     {
19       "type": "MIT",
20       "url": "http://github.com/kriskowal/es5-shim/raw/master/LICENSE"
21     }
22   ],
23   "main": "es5-shim.js",
24   "repository": {
25     "type": "git",
26     "url": "http://github.com/kriskowal/es5-shim.git"
27   },
28   "scripts": {
29     "minify": "uglifyjs es5-shim.js --source-map=es5-shim.map -b ascii_only=true,beautify=false > es5-shim.min.js; uglifyjs es5-sham.js --source-map=es5-sham.map -b ascii_only=true,beautify=false > es5-sham.min.js"
30   },
31   "engines": {
32     "node": ">=0.2.0"
33   }
34 }