blob: d1724214702b13324fad71d00d2c19300a6c8b02 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "xtend@^4.0.0",
3 "_id": "xtend@4.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
6 "_location": "/xtend",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "xtend@^4.0.0",
12 "name": "xtend",
13 "escapedName": "xtend",
14 "rawSpec": "^4.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.0"
17 },
18 "_requiredBy": [
19 "/tar-stream",
20 "/through2",
21 "/through2-filter"
22 ],
23 "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
24 "_shasum": "bb72779f5fa465186b1f438f674fa347fdb5db54",
25 "_spec": "xtend@^4.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\tar-stream",
27 "author": {
28 "name": "Raynos",
29 "email": "raynos2@gmail.com"
30 },
31 "bugs": {
32 "url": "https://github.com/Raynos/xtend/issues",
33 "email": "raynos2@gmail.com"
34 },
35 "bundleDependencies": false,
36 "contributors": [
37 {
38 "name": "Jake Verbaten"
39 },
40 {
41 "name": "Matt Esch"
42 }
43 ],
44 "dependencies": {},
45 "deprecated": false,
46 "description": "extend like a boss",
47 "devDependencies": {
48 "tape": "~1.1.0"
49 },
50 "engines": {
51 "node": ">=0.4"
52 },
53 "homepage": "https://github.com/Raynos/xtend",
54 "keywords": [
55 "extend",
56 "merge",
57 "options",
58 "opts",
59 "object",
60 "array"
61 ],
62 "license": "MIT",
63 "main": "immutable",
64 "name": "xtend",
65 "repository": {
66 "type": "git",
67 "url": "git://github.com/Raynos/xtend.git"
68 },
69 "scripts": {
70 "test": "node test"
71 },
72 "testling": {
73 "files": "test.js",
74 "browsers": [
75 "ie/7..latest",
76 "firefox/16..latest",
77 "firefox/nightly",
78 "chrome/22..latest",
79 "chrome/canary",
80 "opera/12..latest",
81 "opera/next",
82 "safari/5.1..latest",
83 "ipad/6.0..latest",
84 "iphone/6.0..latest"
85 ]
86 },
87 "version": "4.0.2"
88}