Changeset 59329aa for trip-planner-front/node_modules/shallow-clone
- 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/shallow-clone/package.json
rceaed42 r59329aa 1 1 { 2 "name": "shallow-clone", 3 "description": "Creates a shallow clone of any JavaScript value.", 4 "version": "3.0.1", 5 "homepage": "https://github.com/jonschlinkert/shallow-clone", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "shallow-clone@3.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/shallow-clone", 8 "_development": true, 9 "_from": "shallow-clone@3.0.1", 10 "_id": "shallow-clone@3.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", 13 "_location": "/shallow-clone", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "shallow-clone@3.0.1", 19 "name": "shallow-clone", 20 "escapedName": "shallow-clone", 21 "rawSpec": "3.0.1", 22 "saveSpec": null, 23 "fetchSpec": "3.0.1" 24 }, 25 "_requiredBy": [ 26 "/clone-deep" 27 ], 28 "_resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", 29 "_spec": "3.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 }, 12 35 "bugs": { 13 36 "url": "https://github.com/jonschlinkert/shallow-clone/issues" 14 37 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 38 "contributors": [ 39 { 40 "name": "Brian Woodward", 41 "url": "https://twitter.com/doowb" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 } 18 47 ], 19 "main": "index.js",20 "engines": {21 "node": ">=8"22 },23 "scripts": {24 "test": "mocha"25 },26 48 "dependencies": { 27 49 "kind-of": "^6.0.2" 28 50 }, 51 "description": "Creates a shallow clone of any JavaScript value.", 29 52 "devDependencies": { 30 53 "gulp-format-md": "^2.0.0", 31 54 "mocha": "^6.1.3" 32 55 }, 56 "engines": { 57 "node": ">=8" 58 }, 59 "files": [ 60 "index.js" 61 ], 62 "homepage": "https://github.com/jonschlinkert/shallow-clone", 33 63 "keywords": [ 34 64 "array", … … 41 71 "shallow" 42 72 ], 73 "license": "MIT", 74 "main": "index.js", 75 "name": "shallow-clone", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/jonschlinkert/shallow-clone.git" 79 }, 80 "scripts": { 81 "test": "mocha" 82 }, 43 83 "verb": { 44 84 "toc": false, … … 61 101 ] 62 102 } 63 } 103 }, 104 "version": "3.0.1" 64 105 }
Note:
See TracChangeset
for help on using the changeset viewer.