| { |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", |
| "dependencies": {}, |
| "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", |
| "devDependencies": {}, |
| "files": [ |
| "old.js", |
| "index.js" |
| ], |
| "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" |
| } |