Changeset 59329aa for trip-planner-front/node_modules/klona
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/klona/package.json
rceaed42 r59329aa 1 1 { 2 "name": "klona", 3 "version": "2.0.4", 4 "repository": "lukeed/klona", 5 "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", 6 "module": "dist/index.mjs", 7 "unpkg": "dist/index.min.js", 8 "main": "dist/index.js", 9 "types": "index.d.ts", 10 "license": "MIT", 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", 11 34 "author": { 12 35 "name": "Luke Edwards", … … 14 37 "url": "https://lukeed.com" 15 38 }, 16 "files": [ 17 "*.d.ts", 18 "dist", 19 "full", 20 "json", 21 "lite" 22 ], 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 }, 23 51 "exports": { 24 52 ".": { … … 40 68 "./package.json": "./package.json" 41 69 }, 42 "modes": { 43 "json": "src/json.js", 44 "lite": "src/lite.js", 45 "default": "src/index.js", 46 "full": "src/full.js" 47 }, 48 "engines": { 49 "node": ">= 8" 50 }, 51 "scripts": { 52 "build": "bundt", 53 "pretest": "npm run build", 54 "postbuild": "echo \"lite full json\" | xargs -n1 cp -v index.d.ts", 55 "test": "uvu -r esm test -i suites" 56 }, 70 "files": [ 71 "*.d.ts", 72 "dist", 73 "full", 74 "json", 75 "lite" 76 ], 77 "homepage": "https://github.com/lukeed/klona#readme", 57 78 "keywords": [ 58 79 "clone", … … 63 84 "object" 64 85 ], 65 "devDependencies": { 66 "bundt": "1.0.2", 67 "esm": "3.2.25", 68 "uvu": "0.3.3" 69 } 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" 70 109 }
Note:
See TracChangeset
for help on using the changeset viewer.