- 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/clone-deep/package.json
rceaed42 r59329aa 1 1 { 2 "name": "clone-deep", 3 "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.", 4 "version": "4.0.1", 5 "homepage": "https://github.com/jonschlinkert/clone-deep", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/clone-deep", 2 "_args": [ 3 [ 4 "clone-deep@4.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "clone-deep@4.0.1", 10 "_id": "clone-deep@4.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", 13 "_location": "/clone-deep", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "clone-deep@4.0.1", 19 "name": "clone-deep", 20 "escapedName": "clone-deep", 21 "rawSpec": "4.0.1", 22 "saveSpec": null, 23 "fetchSpec": "4.0.1" 24 }, 25 "_requiredBy": [ 26 "/webpack-merge" 27 ], 28 "_resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", 29 "_spec": "4.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/clone-deep/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=6"18 },19 "scripts": {20 "test": "mocha"21 37 }, 22 38 "dependencies": { … … 25 41 "shallow-clone": "^3.0.0" 26 42 }, 43 "description": "Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.", 27 44 "devDependencies": { 28 45 "gulp-format-md": "^2.0.0", 29 46 "mocha": "^5.2.0" 30 47 }, 48 "engines": { 49 "node": ">=6" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/jonschlinkert/clone-deep", 31 55 "keywords": [ 32 56 "array", … … 58 82 "symbol" 59 83 ], 84 "license": "MIT", 85 "main": "index.js", 86 "name": "clone-deep", 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/jonschlinkert/clone-deep.git" 90 }, 91 "scripts": { 92 "test": "mocha" 93 }, 60 94 "verb": { 61 95 "toc": false, … … 78 112 "reflinks": true 79 113 } 80 } 114 }, 115 "version": "4.0.1" 81 116 }
Note:
See TracChangeset
for help on using the changeset viewer.