UNPKG

1.99 kBJSONView Raw
1{
2 "name": "core-js",
3 "description": "Standard library",
4 "version": "2.6.8",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/zloirock/core-js.git"
8 },
9 "main": "index.js",
10 "devDependencies": {
11 "LiveScript": "1.3.x",
12 "es-observable-tests": "0.2.x",
13 "eslint": "4.19.x",
14 "eslint-plugin-import": "2.12.x",
15 "grunt": "^1.0.2",
16 "grunt-cli": "^1.2.0",
17 "grunt-contrib-clean": "^1.1.0",
18 "grunt-contrib-copy": "^1.0.0",
19 "grunt-contrib-uglify": "3.3.x",
20 "grunt-contrib-watch": "^1.0.0",
21 "grunt-karma": "^2.0.0",
22 "grunt-livescript": "0.6.x",
23 "karma": "^2.0.0",
24 "karma-qunit": "^2.1.0",
25 "karma-chrome-launcher": "^2.2.0",
26 "karma-firefox-launcher": "^1.0.1",
27 "karma-ie-launcher": "^1.0.0",
28 "karma-phantomjs-launcher": "1.0.x",
29 "phantomjs-prebuilt": "2.1.x",
30 "promises-aplus-tests": "^2.1.2",
31 "qunit": "2.6.x",
32 "temp": "^0.8.3",
33 "webpack": "^3.11.0"
34 },
35 "scripts": {
36 "grunt": "grunt",
37 "lint": "eslint ./",
38 "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
39 "observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
40 "test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs",
41 "postinstall": "node -e \"try { require('./scripts/postinstall'); } catch (e) { /* empty */ }\""
42 },
43 "license": "MIT",
44 "keywords": [
45 "ES3",
46 "ES5",
47 "ES6",
48 "ES7",
49 "ES2015",
50 "ES2016",
51 "ES2017",
52 "ECMAScript 3",
53 "ECMAScript 5",
54 "ECMAScript 6",
55 "ECMAScript 7",
56 "ECMAScript 2015",
57 "ECMAScript 2016",
58 "ECMAScript 2017",
59 "Harmony",
60 "Strawman",
61 "Map",
62 "Set",
63 "WeakMap",
64 "WeakSet",
65 "Promise",
66 "Symbol",
67 "TypedArray",
68 "setImmediate",
69 "Dict",
70 "polyfill",
71 "shim"
72 ]
73}