{ "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "name": "touch", "description": "like touch(1) in node", "version": "0.0.3", "repository": { "type": "git", "url": "git://github.com/isaacs/node-touch.git" }, "main": "touch.js", "engines": { "node": ">=0.6" }, "dependencies": { "nopt": "~1.0.10" }, "license": "ISC", "readme": "# node-touch\n\nFor all your node touching needs.\n\n## Installing\n\n```bash\nnpm install touch\n```\n\n## CLI Usage:\n\nSee `man touch`\n\n## API Usage:\n\n```javascript\nvar touch = require(\"touch\")\n```\n\nGives you the following functions:\n\n* `touch(filename, options, cb)`\n* `touch.sync(filename, options)`\n* `touch.ftouch(fd, options, cb)`\n* `touch.ftouchSync(fd, options)`\n\n## Options\n\n* `force` like `touch -f` Boolean\n* `time` like `touch -t ` Can be a Date object, or any parseable\n Date string, or epoch ms number.\n* `atime` like `touch -a` Can be either a Boolean, or a Date.\n* `mtime` like `touch -m` Can be either a Boolean, or a Date.\n* `ref` like `touch -r ` Must be path to a file.\n* `nocreate` like `touch -c` Boolean\n\nIf neither `atime` nor `mtime` are set, then both values are set. If\none of them is set, then the other is not.\n", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/isaacs/node-touch/issues" }, "homepage": "https://github.com/isaacs/node-touch#readme", "_id": "touch@0.0.3", "_shasum": "51aef3d449571d4f287a5d87c9c8b49181a0db1d", "_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz", "_from": "touch@0.0.3" }