{ "_args": [ [ { "raw": "touch@0.0.3", "scope": null, "escapedName": "touch", "name": "touch", "rawSpec": "0.0.3", "spec": "0.0.3", "type": "version" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/decompress-zip" ] ], "_from": "touch@0.0.3", "_id": "touch@0.0.3", "_inCache": true, "_location": "/touch", "_npmUser": { "name": "isaacs", "email": "i@izs.me" }, "_npmVersion": "1.3.25", "_phantomChildren": { "abbrev": "1.1.1" }, "_requested": { "raw": "touch@0.0.3", "scope": null, "escapedName": "touch", "name": "touch", "rawSpec": "0.0.3", "spec": "0.0.3", "type": "version" }, "_requiredBy": [ "/decompress-zip" ], "_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz", "_shasum": "51aef3d449571d4f287a5d87c9c8b49181a0db1d", "_shrinkwrap": null, "_spec": "touch@0.0.3", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/decompress-zip", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "bugs": { "url": "https://github.com/isaacs/node-touch/issues" }, "dependencies": { "nopt": "~1.0.10" }, "description": "like touch(1) in node", "devDependencies": {}, "directories": {}, "dist": { "shasum": "51aef3d449571d4f287a5d87c9c8b49181a0db1d", "tarball": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz" }, "engines": { "node": ">=0.6" }, "homepage": "https://github.com/isaacs/node-touch#readme", "license": "ISC", "main": "touch.js", "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "name": "touch", "optionalDependencies": {}, "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", "repository": { "type": "git", "url": "git://github.com/isaacs/node-touch.git" }, "version": "0.0.3" }