Changeset 59329aa for trip-planner-front/node_modules/lodash/package.json
- 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/lodash/package.json
rceaed42 r59329aa 1 1 { 2 "name": "lodash", 3 "version": "4.17.21", 2 "_args": [ 3 [ 4 "lodash@4.17.21", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "lodash@4.17.21", 10 "_id": "lodash@4.17.21", 11 "_inBundle": false, 12 "_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", 13 "_location": "/lodash", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "lodash@4.17.21", 19 "name": "lodash", 20 "escapedName": "lodash", 21 "rawSpec": "4.17.21", 22 "saveSpec": null, 23 "fetchSpec": "4.17.21" 24 }, 25 "_requiredBy": [ 26 "/async", 27 "/http-proxy-middleware", 28 "/inquirer", 29 "/karma" 30 ], 31 "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", 32 "_spec": "4.17.21", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "John-David Dalton", 36 "email": "john.david.dalton@gmail.com" 37 }, 38 "bugs": { 39 "url": "https://github.com/lodash/lodash/issues" 40 }, 41 "contributors": [ 42 { 43 "name": "John-David Dalton", 44 "email": "john.david.dalton@gmail.com" 45 }, 46 { 47 "name": "Mathias Bynens", 48 "email": "mathias@qiwi.be" 49 } 50 ], 4 51 "description": "Lodash modular utilities.", 5 "keywords": "modules, stdlib, util",6 52 "homepage": "https://lodash.com/", 7 "repository": "lodash/lodash",8 53 "icon": "https://lodash.com/icon.svg", 54 "keywords": [ 55 "modules", 56 "stdlib", 57 "util" 58 ], 9 59 "license": "MIT", 10 60 "main": "lodash.js", 11 "author": "John-David Dalton <john.david.dalton@gmail.com>", 12 "contributors": [ 13 "John-David Dalton <john.david.dalton@gmail.com>", 14 "Mathias Bynens <mathias@qiwi.be>" 15 ], 16 "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" } 61 "name": "lodash", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/lodash/lodash.git" 65 }, 66 "scripts": { 67 "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" 68 }, 69 "version": "4.17.21" 17 70 }
Note:
See TracChangeset
for help on using the changeset viewer.