UNPKG

3.84 kBJSONView Raw
1{
2 "_args": [
3 [
4 {
5 "raw": "core-js@^2.4.0",
6 "scope": null,
7 "escapedName": "core-js",
8 "name": "core-js",
9 "rawSpec": "^2.4.0",
10 "spec": ">=2.4.0 <3.0.0",
11 "type": "range"
12 },
13 "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/babel-runtime"
14 ]
15 ],
16 "_from": "core-js@>=2.4.0 <3.0.0",
17 "_id": "core-js@2.4.1",
18 "_inCache": true,
19 "_installable": true,
20 "_location": "/core-js",
21 "_nodeVersion": "6.2.2",
22 "_npmOperationalInternal": {
23 "host": "packages-16-east.internal.npmjs.com",
24 "tmp": "tmp/core-js-2.4.1.tgz_1468791807265_0.5941079026088119"
25 },
26 "_npmUser": {
27 "name": "zloirock",
28 "email": "zloirock@zloirock.ru"
29 },
30 "_npmVersion": "3.9.5",
31 "_phantomChildren": {},
32 "_requested": {
33 "raw": "core-js@^2.4.0",
34 "scope": null,
35 "escapedName": "core-js",
36 "name": "core-js",
37 "rawSpec": "^2.4.0",
38 "spec": ">=2.4.0 <3.0.0",
39 "type": "range"
40 },
41 "_requiredBy": [
42 "/babel-plugin-transform-es2015-modules-systemjs/babel-runtime",
43 "/babel-register",
44 "/babel-register/babel-runtime",
45 "/babel-runtime"
46 ],
47 "_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
48 "_shasum": "4de911e667b0eae9124e34254b53aea6fc618d3e",
49 "_shrinkwrap": null,
50 "_spec": "core-js@^2.4.0",
51 "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/babel-runtime",
52 "bugs": {
53 "url": "https://github.com/zloirock/core-js/issues"
54 },
55 "dependencies": {},
56 "description": "Standard library",
57 "devDependencies": {
58 "LiveScript": "1.3.x",
59 "es-observable-tests": "0.2.x",
60 "eslint": "3.1.x",
61 "grunt": "1.0.x",
62 "grunt-cli": "1.2.x",
63 "grunt-contrib-clean": "1.0.x",
64 "grunt-contrib-copy": "1.0.x",
65 "grunt-contrib-uglify": "1.0.x",
66 "grunt-contrib-watch": "1.0.x",
67 "grunt-karma": "2.0.x",
68 "grunt-livescript": "0.6.x",
69 "karma": "1.1.x",
70 "karma-chrome-launcher": "1.0.x",
71 "karma-firefox-launcher": "1.0.x",
72 "karma-ie-launcher": "1.0.x",
73 "karma-phantomjs-launcher": "1.0.x",
74 "karma-qunit": "1.1.x",
75 "phantomjs-prebuilt": "2.1.x",
76 "promises-aplus-tests": "2.1.x",
77 "qunitjs": "2.0.x",
78 "temp": "0.8.x",
79 "webpack": "1.13.x"
80 },
81 "directories": {},
82 "dist": {
83 "shasum": "4de911e667b0eae9124e34254b53aea6fc618d3e",
84 "tarball": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz"
85 },
86 "gitHead": "5e106f64c726edf2849f0babc9096ce6664b7368",
87 "homepage": "https://github.com/zloirock/core-js#readme",
88 "keywords": [
89 "ES3",
90 "ECMAScript 3",
91 "ES5",
92 "ECMAScript 5",
93 "ES6",
94 "ES2015",
95 "ECMAScript 6",
96 "ECMAScript 2015",
97 "ES7",
98 "ES2016",
99 "ECMAScript 7",
100 "ECMAScript 2016",
101 "Harmony",
102 "Strawman",
103 "Map",
104 "Set",
105 "WeakMap",
106 "WeakSet",
107 "Promise",
108 "Symbol",
109 "TypedArray",
110 "setImmediate",
111 "Dict",
112 "polyfill",
113 "shim"
114 ],
115 "license": "MIT",
116 "main": "index.js",
117 "maintainers": [
118 {
119 "name": "zloirock",
120 "email": "zloirock@zloirock.ru"
121 }
122 ],
123 "name": "core-js",
124 "optionalDependencies": {},
125 "readme": "ERROR: No README data found!",
126 "repository": {
127 "type": "git",
128 "url": "git+https://github.com/zloirock/core-js.git"
129 },
130 "scripts": {
131 "grunt": "grunt",
132 "lint": "eslint es5 es6 es7 stage web core fn modules",
133 "observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
134 "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
135 "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"
136 },
137 "version": "2.4.1"
138}