mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
initial commit
This commit is contained in:
91
node_modules/touch/package.json
generated
vendored
Normal file
91
node_modules/touch/package.json
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user