Changeset 59329aa for trip-planner-front/node_modules/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/clone/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "clone@1.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "clone@1.0.4", 10 "_id": "clone@1.0.4", 11 "_inBundle": false, 12 "_integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", 13 "_location": "/clone", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "clone@1.0.4", 19 "name": "clone", 20 "escapedName": "clone", 21 "rawSpec": "1.0.4", 22 "saveSpec": null, 23 "fetchSpec": "1.0.4" 24 }, 25 "_requiredBy": [ 26 "/defaults" 27 ], 28 "_resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", 29 "_spec": "1.0.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Paul Vorbach", 33 "email": "paul@vorba.ch", 34 "url": "http://paul.vorba.ch/" 35 }, 36 "bugs": { 37 "url": "https://github.com/pvorb/node-clone/issues" 38 }, 39 "contributors": [ 40 { 41 "name": "Blake Miner", 42 "email": "miner.blake@gmail.com", 43 "url": "http://www.blakeminer.com/" 44 }, 45 { 46 "name": "Tian You", 47 "email": "axqd001@gmail.com", 48 "url": "http://blog.axqd.net/" 49 }, 50 { 51 "name": "George Stagas", 52 "email": "gstagas@gmail.com", 53 "url": "http://stagas.com/" 54 }, 55 { 56 "name": "Tobiasz Cudnik", 57 "email": "tobiasz.cudnik@gmail.com", 58 "url": "https://github.com/TobiaszCudnik" 59 }, 60 { 61 "name": "Pavel Lang", 62 "email": "langpavel@phpskelet.org", 63 "url": "https://github.com/langpavel" 64 }, 65 { 66 "name": "Dan MacTough", 67 "url": "http://yabfog.com/" 68 }, 69 { 70 "name": "w1nk", 71 "url": "https://github.com/w1nk" 72 }, 73 { 74 "name": "Hugh Kennedy", 75 "url": "http://twitter.com/hughskennedy" 76 }, 77 { 78 "name": "Dustin Diaz", 79 "url": "http://dustindiaz.com" 80 }, 81 { 82 "name": "Ilya Shaisultanov", 83 "url": "https://github.com/diversario" 84 }, 85 { 86 "name": "Nathan MacInnes", 87 "email": "nathan@macinn.es", 88 "url": "http://macinn.es/" 89 }, 90 { 91 "name": "Benjamin E. Coe", 92 "email": "ben@npmjs.com", 93 "url": "https://twitter.com/benjamincoe" 94 }, 95 { 96 "name": "Nathan Zadoks", 97 "url": "https://github.com/nathan7" 98 }, 99 { 100 "name": "Róbert Oroszi", 101 "email": "robert+gh@oroszi.net", 102 "url": "https://github.com/oroce" 103 }, 104 { 105 "name": "Aurélio A. Heckert", 106 "url": "http://softwarelivre.org/aurium" 107 }, 108 { 109 "name": "Guy Ellis", 110 "url": "http://www.guyellisrocks.com/" 111 } 112 ], 113 "dependencies": {}, 114 "description": "deep cloning of objects and arrays", 115 "devDependencies": { 116 "nodeunit": "~0.9.0" 117 }, 118 "engines": { 119 "node": ">=0.8" 120 }, 121 "homepage": "https://github.com/pvorb/node-clone#readme", 122 "license": "MIT", 123 "main": "clone.js", 2 124 "name": "clone", 3 "description": "deep cloning of objects and arrays", 125 "optionalDependencies": {}, 126 "repository": { 127 "type": "git", 128 "url": "git://github.com/pvorb/node-clone.git" 129 }, 130 "scripts": { 131 "test": "nodeunit test.js" 132 }, 4 133 "tags": [ 5 134 "clone", … … 9 138 "date" 10 139 ], 11 "version": "1.0.4", 12 "repository": { 13 "type": "git", 14 "url": "git://github.com/pvorb/node-clone.git" 15 }, 16 "bugs": { 17 "url": "https://github.com/pvorb/node-clone/issues" 18 }, 19 "main": "clone.js", 20 "author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)", 21 "contributors": [ 22 "Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)", 23 "Tian You <axqd001@gmail.com> (http://blog.axqd.net/)", 24 "George Stagas <gstagas@gmail.com> (http://stagas.com/)", 25 "Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)", 26 "Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)", 27 "Dan MacTough (http://yabfog.com/)", 28 "w1nk (https://github.com/w1nk)", 29 "Hugh Kennedy (http://twitter.com/hughskennedy)", 30 "Dustin Diaz (http://dustindiaz.com)", 31 "Ilya Shaisultanov (https://github.com/diversario)", 32 "Nathan MacInnes <nathan@macinn.es> (http://macinn.es/)", 33 "Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)", 34 "Nathan Zadoks (https://github.com/nathan7)", 35 "Róbert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)", 36 "Aurélio A. Heckert (http://softwarelivre.org/aurium)", 37 "Guy Ellis (http://www.guyellisrocks.com/)" 38 ], 39 "license": "MIT", 40 "engines": { 41 "node": ">=0.8" 42 }, 43 "dependencies": {}, 44 "devDependencies": { 45 "nodeunit": "~0.9.0" 46 }, 47 "optionalDependencies": {}, 48 "scripts": { 49 "test": "nodeunit test.js" 50 } 140 "version": "1.0.4" 51 141 }
Note:
See TracChangeset
for help on using the changeset viewer.