Sha256: e91948eca84db0323250314a970e7b5c9ce1983a489f1f3686200bb46056e0d3
Contents?: true
Size: 1.55 KB
Versions: 31
Compression:
Stored size: 1.55 KB
Contents
{ "name": "core-js", "description": "Standard library", "version": "1.1.2", "repository": { "type": "git", "url": "https://github.com/zloirock/core-js.git" }, "main": "index.js", "devDependencies": { "webpack": "1.12.x", "LiveScript": "1.3.x", "grunt": "0.4.x", "grunt-cli": "0.1.x", "grunt-livescript": "0.5.x", "grunt-contrib-uglify": "0.9.x", "grunt-contrib-watch": "0.6.x", "grunt-contrib-clean": "0.6.x", "grunt-contrib-copy": "0.8.x", "grunt-karma": "0.12.x", "karma": "0.13.x", "karma-qunit": "0.1.x", "karma-chrome-launcher": "0.2.x", "karma-ie-launcher": "0.2.x", "karma-firefox-launcher": "0.1.x", "karma-phantomjs-launcher": "0.2.x", "karma-phantomjs2-launcher": "^0.3.2", "promises-aplus-tests": "2.1.x", "eslint": "1.2.x" }, "scripts": { "grunt": "grunt", "lint": "eslint es5 es6 es7 js web core fn modules", "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter", "test": "npm run lint && npm run grunt client livescript karma:continuous && npm run promises-tests && lsc tests/commonjs", "lt": "npm run lint && npm run grunt client livescript karma:lt && npm run promises-tests && lsc tests/commonjs" }, "license": "MIT", "keywords": [ "ES5", "ECMAScript 5", "ES6", "ECMAScript 6", "ES7", "ECMAScript 7", "Harmony", "Strawman", "Map", "Set", "WeakMap", "WeakSet", "Promise", "Symbol", "Array generics", "setImmediate", "Dict", "partial application" ] }
Version data entries
31 entries across 31 versions & 1 rubygems