Changeset e29cc2e for trip-planner-front/node_modules/klona/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/klona/package.json
r59329aa re29cc2e 1 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", 2 "_from": "klona@^2.0.4", 3 "_id": "klona@2.0.5", 11 4 "_inBundle": false, 12 "_integrity": "sha512- ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==",5 "_integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", 13 6 "_location": "/klona", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "klona@ 2.0.4",11 "raw": "klona@^2.0.4", 19 12 "name": "klona", 20 13 "escapedName": "klona", 21 "rawSpec": " 2.0.4",14 "rawSpec": "^2.0.4", 22 15 "saveSpec": null, 23 "fetchSpec": " 2.0.4"16 "fetchSpec": "^2.0.4" 24 17 }, 25 18 "_requiredBy": [ … … 29 22 "/stylus-loader" 30 23 ], 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", 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", 34 28 "author": { 35 29 "name": "Luke Edwards", … … 40 34 "url": "https://github.com/lukeed/klona/issues" 41 35 }, 36 "bundleDependencies": false, 37 "deprecated": false, 42 38 "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", 43 39 "devDependencies": { 44 40 "bundt": "1.0.2", 45 41 "esm": "3.2.25", 46 "uvu": "0. 3.3"42 "uvu": "0.5.2" 47 43 }, 48 44 "engines": { … … 106 102 "types": "index.d.ts", 107 103 "unpkg": "dist/index.min.js", 108 "version": "2.0. 4"104 "version": "2.0.5" 109 105 }
Note:
See TracChangeset
for help on using the changeset viewer.