123456789101112131415161718192021222324252627282930 |
- {
- "name": "file",
- "description": "Higher level path and file manipulation functions.",
- "tags": [
- "file",
- "path",
- "fs",
- "walk"
- ],
- "version": "0.2.2",
- "author": "Anders Conbere <aconbere@gmail.com>",
- "directories": {
- "lib": "lib"
- },
- "repository": {
- "type": "git",
- "url": "http://github.com/aconbere/node-file-utils.git"
- },
- "bugs": {
- "url": "http://github.com/aconbere/node-file-utils"
- },
- "main": "./lib/file",
- "license": "MIT",
- "devDependencies": {
- "mocha": "1.9.x"
- },
- "__npminstall_done": true,
- "_from": "file@0.2.2",
- "_resolved": "https://registry.npmmirror.com/file/-/file-0.2.2.tgz"
- }
|