Changeset 59329aa for trip-planner-front/node_modules/@yarnpkg/lockfile
- 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/@yarnpkg/lockfile/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@yarnpkg/lockfile", 3 "version": "1.1.0", 2 "_args": [ 3 [ 4 "@yarnpkg/lockfile@1.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@yarnpkg/lockfile@1.1.0", 10 "_id": "@yarnpkg/lockfile@1.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", 13 "_location": "/@yarnpkg/lockfile", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@yarnpkg/lockfile@1.1.0", 19 "name": "@yarnpkg/lockfile", 20 "escapedName": "@yarnpkg%2flockfile", 21 "scope": "@yarnpkg", 22 "rawSpec": "1.1.0", 23 "saveSpec": null, 24 "fetchSpec": "1.1.0" 25 }, 26 "_requiredBy": [ 27 "/@angular/cli" 28 ], 29 "_resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", 30 "_spec": "1.1.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 4 32 "description": "The parser/stringifier for Yarn lockfiles.", 5 "main": "index.js",6 "repository": "https://github.com/yarnpkg/yarn/blob/master/packages/lockfile",7 33 "keywords": [ 8 34 "yarn", … … 12 38 "npm" 13 39 ], 14 "license": "BSD-2-Clause" 40 "license": "BSD-2-Clause", 41 "main": "index.js", 42 "name": "@yarnpkg/lockfile", 43 "repository": { 44 "type": "git", 45 "url": "https://github.com/yarnpkg/yarn/blob/master/packages/lockfile" 46 }, 47 "version": "1.1.0" 15 48 }
Note:
See TracChangeset
for help on using the changeset viewer.