[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "klona@^2.0.4",
|
---|
| 3 | "_id": "klona@2.0.5",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==",
|
---|
[59329aa] | 6 | "_location": "/klona",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "klona@^2.0.4",
|
---|
[59329aa] | 12 | "name": "klona",
|
---|
| 13 | "escapedName": "klona",
|
---|
[e29cc2e] | 14 | "rawSpec": "^2.0.4",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^2.0.4"
|
---|
[59329aa] | 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/less-loader",
|
---|
| 20 | "/postcss-loader",
|
---|
| 21 | "/sass-loader",
|
---|
| 22 | "/stylus-loader"
|
---|
| 23 | ],
|
---|
[e29cc2e] | 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",
|
---|
[6a3a178] | 28 | "author": {
|
---|
| 29 | "name": "Luke Edwards",
|
---|
| 30 | "email": "luke.edwards05@gmail.com",
|
---|
| 31 | "url": "https://lukeed.com"
|
---|
| 32 | },
|
---|
[59329aa] | 33 | "bugs": {
|
---|
| 34 | "url": "https://github.com/lukeed/klona/issues"
|
---|
| 35 | },
|
---|
[e29cc2e] | 36 | "bundleDependencies": false,
|
---|
| 37 | "deprecated": false,
|
---|
[59329aa] | 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",
|
---|
[e29cc2e] | 42 | "uvu": "0.5.2"
|
---|
[59329aa] | 43 | },
|
---|
| 44 | "engines": {
|
---|
| 45 | "node": ">= 8"
|
---|
| 46 | },
|
---|
[6a3a178] | 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 | },
|
---|
[59329aa] | 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",
|
---|
[6a3a178] | 84 | "modes": {
|
---|
| 85 | "json": "src/json.js",
|
---|
| 86 | "lite": "src/lite.js",
|
---|
| 87 | "default": "src/index.js",
|
---|
| 88 | "full": "src/full.js"
|
---|
| 89 | },
|
---|
[59329aa] | 90 | "module": "dist/index.mjs",
|
---|
| 91 | "name": "klona",
|
---|
| 92 | "repository": {
|
---|
| 93 | "type": "git",
|
---|
| 94 | "url": "git+https://github.com/lukeed/klona.git"
|
---|
[6a3a178] | 95 | },
|
---|
| 96 | "scripts": {
|
---|
| 97 | "build": "bundt",
|
---|
| 98 | "postbuild": "echo \"lite full json\" | xargs -n1 cp -v index.d.ts",
|
---|
[59329aa] | 99 | "pretest": "npm run build",
|
---|
[6a3a178] | 100 | "test": "uvu -r esm test -i suites"
|
---|
| 101 | },
|
---|
[59329aa] | 102 | "types": "index.d.ts",
|
---|
| 103 | "unpkg": "dist/index.min.js",
|
---|
[e29cc2e] | 104 | "version": "2.0.5"
|
---|
[6a3a178] | 105 | }
|
---|