• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "author": {
3    "name": "Isaac Z. Schlueter",
4    "email": "i@izs.me",
5    "url": "http://blog.izs.me/"
6  },
7  "bugs": {
8    "url": "https://github.com/isaacs/fs.realpath/issues"
9  },
10  "bundleDependencies": false,
11  "dependencies": {},
12  "deprecated": false,
13  "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
14  "devDependencies": {},
15  "files": [
16    "old.js",
17    "index.js"
18  ],
19  "homepage": "https://github.com/isaacs/fs.realpath#readme",
20  "keywords": [
21    "realpath",
22    "fs",
23    "polyfill"
24  ],
25  "license": "ISC",
26  "main": "index.js",
27  "name": "fs.realpath",
28  "repository": {
29    "type": "git",
30    "url": "git+https://github.com/isaacs/fs.realpath.git"
31  },
32  "scripts": {
33    "test": "tap test/*.js --cov"
34  },
35  "version": "1.0.0"
36}