97 lines
2.4 KiB
JSON
97 lines
2.4 KiB
JSON
{
|
|
"_from": "core-js@~2.3.0",
|
|
"_id": "core-js@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-+rg/uwstjchfpjbEudNMdUIMbWU=",
|
|
"_location": "/core-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "core-js@~2.3.0",
|
|
"name": "core-js",
|
|
"escapedName": "core-js",
|
|
"rawSpec": "~2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jszip"
|
|
],
|
|
"_resolved": "http://registry.npmjs.org/core-js/-/core-js-2.3.0.tgz",
|
|
"_shasum": "fab83fbb0b2d8dc85fa636c4b9d34c75420c6d65",
|
|
"_spec": "core-js@~2.3.0",
|
|
"_where": "C:\\devel\\safari-hunt\\node_modules\\jszip",
|
|
"bugs": {
|
|
"url": "https://github.com/zloirock/core-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Standard library",
|
|
"devDependencies": {
|
|
"LiveScript": "1.3.x",
|
|
"eslint": "2.8.x",
|
|
"grunt": "1.0.x",
|
|
"grunt-cli": "1.2.x",
|
|
"grunt-contrib-clean": "1.0.x",
|
|
"grunt-contrib-copy": "1.0.x",
|
|
"grunt-contrib-uglify": "1.0.x",
|
|
"grunt-contrib-watch": "1.0.x",
|
|
"grunt-karma": "0.12.x",
|
|
"grunt-livescript": "0.6.x",
|
|
"karma": "0.13.x",
|
|
"karma-chrome-launcher": "0.2.x",
|
|
"karma-firefox-launcher": "0.1.x",
|
|
"karma-ie-launcher": "0.2.x",
|
|
"karma-phantomjs-launcher": "1.0.x",
|
|
"karma-qunit": "0.1.x",
|
|
"phantomjs-prebuilt": "2.1.x",
|
|
"promises-aplus-tests": "2.1.x",
|
|
"qunitjs": "1.23.x",
|
|
"temp": "0.8.x",
|
|
"webpack": "1.13.x"
|
|
},
|
|
"homepage": "https://github.com/zloirock/core-js#readme",
|
|
"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"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "core-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zloirock/core-js.git"
|
|
},
|
|
"scripts": {
|
|
"grunt": "grunt",
|
|
"lint": "eslint es5 es6 es7 stage web core fn modules",
|
|
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
|
|
"test": "npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && lsc tests/commonjs"
|
|
},
|
|
"version": "2.3.0"
|
|
}
|