source: trip-planner-front/node_modules/klona/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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