1 | {
|
---|
2 | "_from": "klona@^2.0.4",
|
---|
3 | "_id": "klona@2.0.5",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==",
|
---|
6 | "_location": "/klona",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "klona@^2.0.4",
|
---|
12 | "name": "klona",
|
---|
13 | "escapedName": "klona",
|
---|
14 | "rawSpec": "^2.0.4",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^2.0.4"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/less-loader",
|
---|
20 | "/postcss-loader",
|
---|
21 | "/sass-loader",
|
---|
22 | "/stylus-loader"
|
---|
23 | ],
|
---|
24 | "_resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
|
---|
25 | "_shasum": "d166574d90076395d9963aa7a928fabb8d76afbc",
|
---|
26 | "_spec": "klona@^2.0.4",
|
---|
27 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\less-loader",
|
---|
28 | "author": {
|
---|
29 | "name": "Luke Edwards",
|
---|
30 | "email": "luke.edwards05@gmail.com",
|
---|
31 | "url": "https://lukeed.com"
|
---|
32 | },
|
---|
33 | "bugs": {
|
---|
34 | "url": "https://github.com/lukeed/klona/issues"
|
---|
35 | },
|
---|
36 | "bundleDependencies": false,
|
---|
37 | "deprecated": false,
|
---|
38 | "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!",
|
---|
39 | "devDependencies": {
|
---|
40 | "bundt": "1.0.2",
|
---|
41 | "esm": "3.2.25",
|
---|
42 | "uvu": "0.5.2"
|
---|
43 | },
|
---|
44 | "engines": {
|
---|
45 | "node": ">= 8"
|
---|
46 | },
|
---|
47 | "exports": {
|
---|
48 | ".": {
|
---|
49 | "import": "./dist/index.mjs",
|
---|
50 | "require": "./dist/index.js"
|
---|
51 | },
|
---|
52 | "./json": {
|
---|
53 | "import": "./json/index.mjs",
|
---|
54 | "require": "./json/index.js"
|
---|
55 | },
|
---|
56 | "./lite": {
|
---|
57 | "import": "./lite/index.mjs",
|
---|
58 | "require": "./lite/index.js"
|
---|
59 | },
|
---|
60 | "./full": {
|
---|
61 | "import": "./full/index.mjs",
|
---|
62 | "require": "./full/index.js"
|
---|
63 | },
|
---|
64 | "./package.json": "./package.json"
|
---|
65 | },
|
---|
66 | "files": [
|
---|
67 | "*.d.ts",
|
---|
68 | "dist",
|
---|
69 | "full",
|
---|
70 | "json",
|
---|
71 | "lite"
|
---|
72 | ],
|
---|
73 | "homepage": "https://github.com/lukeed/klona#readme",
|
---|
74 | "keywords": [
|
---|
75 | "clone",
|
---|
76 | "copy",
|
---|
77 | "deep",
|
---|
78 | "extend",
|
---|
79 | "recursive",
|
---|
80 | "object"
|
---|
81 | ],
|
---|
82 | "license": "MIT",
|
---|
83 | "main": "dist/index.js",
|
---|
84 | "modes": {
|
---|
85 | "json": "src/json.js",
|
---|
86 | "lite": "src/lite.js",
|
---|
87 | "default": "src/index.js",
|
---|
88 | "full": "src/full.js"
|
---|
89 | },
|
---|
90 | "module": "dist/index.mjs",
|
---|
91 | "name": "klona",
|
---|
92 | "repository": {
|
---|
93 | "type": "git",
|
---|
94 | "url": "git+https://github.com/lukeed/klona.git"
|
---|
95 | },
|
---|
96 | "scripts": {
|
---|
97 | "build": "bundt",
|
---|
98 | "postbuild": "echo \"lite full json\" | xargs -n1 cp -v index.d.ts",
|
---|
99 | "pretest": "npm run build",
|
---|
100 | "test": "uvu -r esm test -i suites"
|
---|
101 | },
|
---|
102 | "types": "index.d.ts",
|
---|
103 | "unpkg": "dist/index.min.js",
|
---|
104 | "version": "2.0.5"
|
---|
105 | }
|
---|