Files
nodeRestAPI/node_modules/touch/package.json
2017-05-20 16:42:43 -04:00

92 lines
2.1 KiB
JSON

{
"_args": [
[
{
"raw": "touch@1.0.0",
"scope": null,
"escapedName": "touch",
"name": "touch",
"rawSpec": "1.0.0",
"spec": "1.0.0",
"type": "version"
},
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\nodemon"
]
],
"_from": "touch@1.0.0",
"_id": "touch@1.0.0",
"_inCache": true,
"_location": "/touch",
"_nodeVersion": "2.2.1",
"_npmUser": {
"name": "isaacs",
"email": "isaacs@npmjs.com"
},
"_npmVersion": "3.1.0",
"_phantomChildren": {},
"_requested": {
"raw": "touch@1.0.0",
"scope": null,
"escapedName": "touch",
"name": "touch",
"rawSpec": "1.0.0",
"spec": "1.0.0",
"type": "version"
},
"_requiredBy": [
"/nodemon"
],
"_resolved": "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz",
"_shasum": "449cbe2dbae5a8c8038e30d71fa0ff464947c4de",
"_shrinkwrap": null,
"_spec": "touch@1.0.0",
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\nodemon",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"touch": "./bin/touch.js"
},
"bugs": {
"url": "https://github.com/isaacs/node-touch/issues"
},
"dependencies": {
"nopt": "~1.0.10"
},
"description": "like touch(1) in node",
"devDependencies": {
"tap": "^1.3.1"
},
"directories": {},
"dist": {
"shasum": "449cbe2dbae5a8c8038e30d71fa0ff464947c4de",
"tarball": "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz"
},
"engines": {
"node": ">=0.6"
},
"gitHead": "f73938c01bd10fe70fae5af3f37fc8c6162e9852",
"homepage": "https://github.com/isaacs/node-touch#readme",
"license": "ISC",
"main": "touch.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "touch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-touch.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}