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

69 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",
2016-11-03 01:33:53 +01:00
"version": "2.4.1",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
},
"main": "index.js",
2016-10-10 03:43:44 +02:00
"devDependencies": {
2016-11-03 01:33:53 +01:00
"webpack": "1.13.x",
2016-10-10 03:43:44 +02:00
"LiveScript": "1.3.x",
"grunt": "1.0.x",
"grunt-cli": "1.2.x",
2016-11-03 01:33:53 +01:00
"grunt-livescript": "0.6.x",
2016-10-10 03:43:44 +02:00
"grunt-contrib-uglify": "1.0.x",
"grunt-contrib-watch": "1.0.x",
2016-11-03 01:33:53 +01:00
"grunt-contrib-clean": "1.0.x",
"grunt-contrib-copy": "1.0.x",
2016-10-10 03:43:44 +02:00
"grunt-karma": "2.0.x",
"karma": "1.1.x",
2016-11-03 01:33:53 +01:00
"karma-qunit": "1.1.x",
2016-10-10 03:43:44 +02:00
"karma-chrome-launcher": "1.0.x",
"karma-ie-launcher": "1.0.x",
2016-11-03 01:33:53 +01:00
"karma-firefox-launcher": "1.0.x",
2016-10-10 03:43:44 +02:00
"karma-phantomjs-launcher": "1.0.x",
2016-11-03 01:33:53 +01:00
"qunitjs": "2.0.x",
2016-10-10 03:43:44 +02:00
"phantomjs-prebuilt": "2.1.x",
"promises-aplus-tests": "2.1.x",
2016-11-03 01:33:53 +01:00
"es-observable-tests": "0.2.x",
"eslint": "3.1.x",
"temp": "0.8.x"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"grunt": "grunt",
"lint": "eslint es5 es6 es7 stage web core fn modules",
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
"test": "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": [
"ES3",
"ECMAScript 3",
"ES5",
"ECMAScript 5",
"ES6",
"ES2015",
"ECMAScript 6",
"ECMAScript 2015",
"ES7",
"ES2016",
"ECMAScript 7",
"ECMAScript 2016",
"Harmony",
"Strawman",
"Map",
"Set",
"WeakMap",
"WeakSet",
"Promise",
"Symbol",
"TypedArray",
"setImmediate",
"Dict",
"polyfill",
"shim"
2016-11-03 01:33:53 +01:00
]
}