- 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/fs.realpath/package.json
rceaed42 r59329aa 1 1 { 2 "name": "fs.realpath", 3 "version": "1.0.0", 2 "_args": [ 3 [ 4 "fs.realpath@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "fs.realpath@1.0.0", 10 "_id": "fs.realpath@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", 13 "_location": "/fs.realpath", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "fs.realpath@1.0.0", 19 "name": "fs.realpath", 20 "escapedName": "fs.realpath", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/glob" 27 ], 28 "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "http://blog.izs.me/" 35 }, 36 "bugs": { 37 "url": "https://github.com/isaacs/fs.realpath/issues" 38 }, 39 "dependencies": {}, 4 40 "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", 5 "main": "index.js",6 "dependencies": {},7 41 "devDependencies": {}, 8 "scripts": { 9 "test": "tap test/*.js --cov" 10 }, 11 "repository": { 12 "type": "git", 13 "url": "git+https://github.com/isaacs/fs.realpath.git" 14 }, 42 "files": [ 43 "old.js", 44 "index.js" 45 ], 46 "homepage": "https://github.com/isaacs/fs.realpath#readme", 15 47 "keywords": [ 16 48 "realpath", … … 18 50 "polyfill" 19 51 ], 20 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",21 52 "license": "ISC", 22 "files": [ 23 "old.js", 24 "index.js" 25 ] 53 "main": "index.js", 54 "name": "fs.realpath", 55 "repository": { 56 "type": "git", 57 "url": "git+https://github.com/isaacs/fs.realpath.git" 58 }, 59 "scripts": { 60 "test": "tap test/*.js --cov" 61 }, 62 "version": "1.0.0" 26 63 }
Note:
See TracChangeset
for help on using the changeset viewer.