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