blob: ae53ce3972bc63c55699aa2ffdcf08ff72376313 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
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 "/decompress-unzip/get-stream",
20 "/figures",
21 "/meow",
22 "/query-string",
23 "/tiny-lr"
24 ],
25 "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
26 "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
27 "_spec": "object-assign@^4.0.1",
28 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress-unzip\\node_modules\\get-stream",
29 "author": {
30 "name": "Sindre Sorhus",
31 "email": "sindresorhus@gmail.com",
32 "url": "sindresorhus.com"
33 },
34 "bugs": {
35 "url": "https://github.com/sindresorhus/object-assign/issues"
36 },
37 "bundleDependencies": false,
38 "deprecated": false,
39 "description": "ES2015 `Object.assign()` ponyfill",
40 "devDependencies": {
41 "ava": "^0.16.0",
42 "lodash": "^4.16.4",
43 "matcha": "^0.7.0",
44 "xo": "^0.16.0"
45 },
46 "engines": {
47 "node": ">=0.10.0"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/sindresorhus/object-assign#readme",
53 "keywords": [
54 "object",
55 "assign",
56 "extend",
57 "properties",
58 "es2015",
59 "ecmascript",
60 "harmony",
61 "ponyfill",
62 "prollyfill",
63 "polyfill",
64 "shim",
65 "browser"
66 ],
67 "license": "MIT",
68 "name": "object-assign",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/sindresorhus/object-assign.git"
72 },
73 "scripts": {
74 "bench": "matcha bench.js",
75 "test": "xo && ava"
76 },
77 "version": "4.1.1"
78}