wallet-core/node_modules/core-js/package.json

70 lines
1.8 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "core-js",
2016-10-10 03:43:44 +02:00
"description": "Standard library",
2017-08-14 05:01:11 +02:00
"version": "2.5.0",
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
},
"main": "index.js",
2016-10-10 03:43:44 +02:00
"devDependencies": {
2017-08-14 05:01:11 +02:00
"webpack": "3.4.x",
2016-10-10 03:43:44 +02:00
"LiveScript": "1.3.x",
2017-05-27 17:36:13 +02:00
"grunt": "1.0.x",
"grunt-cli": "1.2.x",
"grunt-livescript": "0.6.x",
2017-08-14 05:01:11 +02:00
"grunt-contrib-uglify": "3.0.x",
2017-05-27 17:36:13 +02:00
"grunt-contrib-watch": "1.0.x",
2017-08-14 05:01:11 +02:00
"grunt-contrib-clean": "1.1.x",
2017-05-27 17:36:13 +02:00
"grunt-contrib-copy": "1.0.x",
"grunt-karma": "2.0.x",
2017-08-14 05:01:11 +02:00
"karma": "1.7.x",
"karma-qunit": "1.2.x",
"karma-chrome-launcher": "2.2.x",
2017-05-27 17:36:13 +02:00
"karma-ie-launcher": "1.0.x",
"karma-firefox-launcher": "1.0.x",
"karma-phantomjs-launcher": "1.0.x",
2017-08-14 05:01:11 +02:00
"qunitjs": "2.4.x",
2017-05-27 17:36:13 +02:00
"phantomjs-prebuilt": "2.1.x",
2016-10-10 03:43:44 +02:00
"promises-aplus-tests": "2.1.x",
2017-05-27 17:36:13 +02:00
"es-observable-tests": "0.2.x",
2017-08-14 05:01:11 +02:00
"eslint": "4.4.x",
"eslint-plugin-import": "2.7.x",
2017-05-27 17:36:13 +02:00
"temp": "0.8.x"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"grunt": "grunt",
2017-08-14 05:01:11 +02:00
"lint": "eslint ./",
2016-11-03 01:33:53 +01:00
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
2017-05-27 17:36:13 +02:00
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
2017-08-14 05:01:11 +02:00
"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"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
2016-10-10 03:43:44 +02:00
"keywords": [
2017-05-27 17:36:13 +02:00
"ES3",
"ECMAScript 3",
2016-10-10 03:43:44 +02:00
"ES5",
"ECMAScript 5",
"ES6",
2017-05-27 17:36:13 +02:00
"ES2015",
2016-10-10 03:43:44 +02:00
"ECMAScript 6",
2017-05-27 17:36:13 +02:00
"ECMAScript 2015",
2016-10-10 03:43:44 +02:00
"ES7",
2017-05-27 17:36:13 +02:00
"ES2016",
2016-10-10 03:43:44 +02:00
"ECMAScript 7",
2017-05-27 17:36:13 +02:00
"ECMAScript 2016",
2016-10-10 03:43:44 +02:00
"Harmony",
"Strawman",
"Map",
"Set",
"WeakMap",
"WeakSet",
"Promise",
"Symbol",
2017-05-27 17:36:13 +02:00
"TypedArray",
2016-10-10 03:43:44 +02:00
"setImmediate",
"Dict",
2017-05-27 17:36:13 +02:00
"polyfill",
"shim"
2016-11-03 01:33:53 +01:00
]
}