| { |
| "author": { |
| "email": "i@izs.me", |
| "name": "Isaac Z. Schlueter", |
| "url": "http://blog.izs.me/" |
| }, |
| "bugs": { |
| "url": "https://github.com/isaacs/fs.realpath/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": {}, |
| "deprecated": false, |
| "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", |
| "devDependencies": {}, |
| "files": [ |
| "old.js", |
| "index.js" |
| ], |
| "homepage": "https://github.com/isaacs/fs.realpath#readme", |
| "keywords": [ |
| "realpath", |
| "fs", |
| "polyfill" |
| ], |
| "license": "ISC", |
| "main": "index.js", |
| "name": "fs.realpath", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/isaacs/fs.realpath.git" |
| }, |
| "scripts": { |
| "test": "tap test/*.js --cov" |
| }, |
| "version": "1.0.0" |
| } |