Files
yahoo-thing/node_modules/touch/package.json
2019-01-25 01:39:48 +01:00

93 lines
2.3 KiB
JSON

{
"_args": [
[
"touch@^3.1.0",
"/home/beppe/Github/yahooApi/node_modules/nodemon"
]
],
"_from": "touch@>=3.1.0 <4.0.0",
"_id": "touch@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/touch",
"_nodeVersion": "8.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/touch-3.1.0.tgz_1498866039484_0.26272376789711416"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "5.0.4",
"_phantomChildren": {},
"_requested": {
"name": "touch",
"raw": "touch@^3.1.0",
"rawSpec": "^3.1.0",
"scope": null,
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/nodemon"
],
"_resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz",
"_shasum": "fe365f5f75ec9ed4e56825e0bb76d24ab74af83b",
"_shrinkwrap": null,
"_spec": "touch@^3.1.0",
"_where": "/home/beppe/Github/yahooApi/node_modules/nodemon",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bin": {
"nodetouch": "./bin/nodetouch.js"
},
"bugs": {
"url": "https://github.com/isaacs/node-touch/issues"
},
"dependencies": {
"nopt": "~1.0.10"
},
"description": "like touch(1) in node",
"devDependencies": {
"mutate-fs": "^1.1.0",
"tap": "^10.7.0"
},
"directories": {},
"dist": {
"integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==",
"shasum": "fe365f5f75ec9ed4e56825e0bb76d24ab74af83b",
"tarball": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz"
},
"files": [
"bin/nodetouch.js",
"index.js"
],
"gitHead": "7706a0d249c72edd90adbeb37ec8d4ca2b9a9a7f",
"homepage": "https://github.com/isaacs/node-touch#readme",
"license": "ISC",
"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": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --100 -J"
},
"version": "3.1.0"
}