Changeset 79a0317 for imaps-frontend/node_modules/fs.realpath/package.json
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/fs.realpath/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "fs.realpath", 3 "version": "1.0.0", 2 "_from": "fs.realpath@^1.0.0", 3 "_id": "fs.realpath@1.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", 6 "_location": "/fs.realpath", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "fs.realpath@^1.0.0", 12 "name": "fs.realpath", 13 "escapedName": "fs.realpath", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/glob" 20 ], 21 "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 22 "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f", 23 "_spec": "fs.realpath@^1.0.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob", 25 "author": { 26 "name": "Isaac Z. Schlueter", 27 "email": "i@izs.me", 28 "url": "http://blog.izs.me/" 29 }, 30 "bugs": { 31 "url": "https://github.com/isaacs/fs.realpath/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 4 36 "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 37 "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 }, 38 "files": [ 39 "old.js", 40 "index.js" 41 ], 42 "homepage": "https://github.com/isaacs/fs.realpath#readme", 15 43 "keywords": [ 16 44 "realpath", … … 18 46 "polyfill" 19 47 ], 20 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",21 48 "license": "ISC", 22 "files": [ 23 "old.js", 24 "index.js" 25 ] 49 "main": "index.js", 50 "name": "fs.realpath", 51 "repository": { 52 "type": "git", 53 "url": "git+https://github.com/isaacs/fs.realpath.git" 54 }, 55 "scripts": { 56 "test": "tap test/*.js --cov" 57 }, 58 "version": "1.0.0" 26 59 }
Note:
See TracChangeset
for help on using the changeset viewer.