package.json (1781B)
1 { 2 "name": "fs-sync", 3 "version": "1.0.3", 4 "description": "synchronous fs with more fun", 5 "main": "index.js", 6 "scripts": { 7 "test": "mocha --reporter spec ./test/*.js" 8 }, 9 "author": { 10 "name": "kael" 11 }, 12 "license": "MIT", 13 "repository": { 14 "type": "git", 15 "url": "git+ssh://git@github.com/kaelzhang/node-fs-sync.git" 16 }, 17 "bugs": { 18 "url": "https://github.com/kaelzhang/node-fs-sync/issues" 19 }, 20 "keywords": [ 21 "fs", 22 "fs-sync", 23 "sync", 24 "synchronous fs", 25 "copy", 26 "mkdir", 27 "mkdirp", 28 "write", 29 "read", 30 "readJSON", 31 "isDir", 32 "isFile", 33 "isLink", 34 "exists", 35 "grunt file", 36 "delete", 37 "expand", 38 "contain" 39 ], 40 "dependencies": { 41 "glob": "^7.1.0", 42 "iconv-lite": "^0.4.13", 43 "lodash": "^4.16.1", 44 "mkdirp": "^0.5.1", 45 "rimraf": "^2.1.4" 46 }, 47 "devDependencies": { 48 "chai": "^3.4.0", 49 "mocha": "^2.3.3", 50 "tmp": "0.0.28" 51 }, 52 "gitHead": "f83268fe9d41d38b7b78aa52e673163fc09e828e", 53 "homepage": "https://github.com/kaelzhang/node-fs-sync#readme", 54 "_id": "fs-sync@1.0.3", 55 "_shasum": "a541f3fa94a64a6b736519ed13146e40f5b2d29c", 56 "_from": "fs-sync@latest", 57 "_npmVersion": "3.10.3", 58 "_nodeVersion": "6.4.0", 59 "_npmUser": { 60 "name": "kael", 61 "email": "i@kael.me" 62 }, 63 "maintainers": [ 64 { 65 "name": "kael", 66 "email": "i@kael.me" 67 } 68 ], 69 "dist": { 70 "shasum": "a541f3fa94a64a6b736519ed13146e40f5b2d29c", 71 "tarball": "https://registry.npmjs.org/fs-sync/-/fs-sync-1.0.3.tgz" 72 }, 73 "_npmOperationalInternal": { 74 "host": "packages-16-east.internal.npmjs.com", 75 "tmp": "tmp/fs-sync-1.0.3.tgz_1475411167545_0.5053900552447885" 76 }, 77 "directories": {}, 78 "_resolved": "https://registry.npmjs.org/fs-sync/-/fs-sync-1.0.3.tgz" 79 }