Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / object-assign / package.json
1 {
2   "_from": "object-assign@^4.0.1",
3   "_id": "object-assign@4.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
6   "_location": "/object-assign",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "object-assign@^4.0.1",
12     "name": "object-assign",
13     "escapedName": "object-assign",
14     "rawSpec": "^4.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.1"
17   },
18   "_requiredBy": [
19     "/assert",
20     "/globby",
21     "/meow",
22     "/stylelint/file-entry-cache"
23   ],
24   "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
25   "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
26   "_spec": "object-assign@^4.0.1",
27   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/globby",
28   "author": {
29     "name": "Sindre Sorhus",
30     "email": "sindresorhus@gmail.com",
31     "url": "sindresorhus.com"
32   },
33   "bugs": {
34     "url": "https://github.com/sindresorhus/object-assign/issues"
35   },
36   "bundleDependencies": false,
37   "deprecated": false,
38   "description": "ES2015 `Object.assign()` ponyfill",
39   "devDependencies": {
40     "ava": "^0.16.0",
41     "lodash": "^4.16.4",
42     "matcha": "^0.7.0",
43     "xo": "^0.16.0"
44   },
45   "engines": {
46     "node": ">=0.10.0"
47   },
48   "files": [
49     "index.js"
50   ],
51   "homepage": "https://github.com/sindresorhus/object-assign#readme",
52   "keywords": [
53     "object",
54     "assign",
55     "extend",
56     "properties",
57     "es2015",
58     "ecmascript",
59     "harmony",
60     "ponyfill",
61     "prollyfill",
62     "polyfill",
63     "shim",
64     "browser"
65   ],
66   "license": "MIT",
67   "name": "object-assign",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/sindresorhus/object-assign.git"
71   },
72   "scripts": {
73     "bench": "matcha bench.js",
74     "test": "xo && ava"
75   },
76   "version": "4.1.1"
77 }