package.json
2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"_from": "core-js@^1.0.0",
"_id": "core-js@1.2.7",
"_inBundle": false,
"_integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
"_location": "/core-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "core-js@^1.0.0",
"name": "core-js",
"escapedName": "core-js",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/babel-runtime"
],
"_resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
"_shasum": "652294c14651db28fa93bd2d5ff2983a4f08c636",
"_spec": "core-js@^1.0.0",
"_where": "D:\\w\\project\\comnetprj\\node_modules\\babel-runtime",
"bugs": {
"url": "https://github.com/zloirock/core-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Standard library",
"devDependencies": {
"LiveScript": "1.3.x",
"eslint": "1.9.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-copy": "0.8.x",
"grunt-contrib-uglify": "0.10.x",
"grunt-contrib-watch": "0.6.x",
"grunt-karma": "0.12.x",
"grunt-livescript": "0.5.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": "0.2.x",
"karma-qunit": "0.1.x",
"phantomjs": "1.9.x",
"promises-aplus-tests": "2.1.x",
"qunitjs": "1.23.x",
"webpack": "1.12.x"
},
"homepage": "https://github.com/zloirock/core-js#readme",
"keywords": [
"ES5",
"ECMAScript 5",
"ES6",
"ECMAScript 6",
"ES7",
"ECMAScript 7",
"Harmony",
"Strawman",
"Map",
"Set",
"WeakMap",
"WeakSet",
"Promise",
"Symbol",
"Array generics",
"setImmediate",
"Dict",
"partial application"
],
"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 js web core fn modules",
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
"test": "npm run lint && npm run grunt livescript client karma:continuous library karma:continuous-library && npm run promises-tests && lsc tests/commonjs"
},
"version": "1.2.7"
}