UNPKG

core-js

Version:
42 lines 946 B
{ "name": "core-js", "description": "Standard library", "version": "0.3.2", "repository": { "type": "git", "url": "https://github.com/zloirock/core-js.git" }, "main": "index.js", "devDependencies": { "LiveScript": "1.3.x", "grunt": "0.4.x", "load-grunt-tasks": "0.4.x", "grunt-livescript": "0.5.x", "grunt-contrib-uglify": "0.4.x", "grunt-contrib-watch": "0.6.x", "karma": "*", "karma-qunit": "*", "karma-chrome-launcher": "*", "karma-ie-launcher": "*", "karma-firefox-launcher": "*", "karma-opera-launcher": "*", "promises-aplus-tests": "*" }, "scripts": { "promises-tests": "promises-aplus-tests tests/promises_tests_adapter" }, "keywords": [ "ES6", "ECMAScript 6", "ES7", "ECMAScript 7", "Map", "Set", "WeakMap", "WeakSet", "Dict", "Promise", "Symbol", "console" ] }