mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 12:43:02 -05:00
initial commit
This commit is contained in:
126
node_modules/update-notifier/package.json
generated
vendored
Normal file
126
node_modules/update-notifier/package.json
generated
vendored
Normal file
@@ -0,0 +1,126 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "update-notifier@0.5.0",
|
||||
"scope": null,
|
||||
"escapedName": "update-notifier",
|
||||
"name": "update-notifier",
|
||||
"rawSpec": "0.5.0",
|
||||
"spec": "0.5.0",
|
||||
"type": "version"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\nodemon"
|
||||
]
|
||||
],
|
||||
"_from": "update-notifier@0.5.0",
|
||||
"_id": "update-notifier@0.5.0",
|
||||
"_inCache": true,
|
||||
"_location": "/update-notifier",
|
||||
"_nodeVersion": "0.12.2",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.9.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "update-notifier@0.5.0",
|
||||
"scope": null,
|
||||
"escapedName": "update-notifier",
|
||||
"name": "update-notifier",
|
||||
"rawSpec": "0.5.0",
|
||||
"spec": "0.5.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/nodemon"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-0.5.0.tgz",
|
||||
"_shasum": "07b5dc2066b3627ab3b4f530130f7eddda07a4cc",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "update-notifier@0.5.0",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\nodemon",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "http://sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yeoman/update-notifier/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.0.0",
|
||||
"configstore": "^1.0.0",
|
||||
"is-npm": "^1.0.0",
|
||||
"latest-version": "^1.0.0",
|
||||
"repeating": "^1.1.2",
|
||||
"semver-diff": "^2.0.0",
|
||||
"string-length": "^1.0.0"
|
||||
},
|
||||
"description": "Update notifications for your CLI app",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "07b5dc2066b3627ab3b4f530130f7eddda07a4cc",
|
||||
"tarball": "https://registry.npmjs.org/update-notifier/-/update-notifier-0.5.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"check.js"
|
||||
],
|
||||
"gitHead": "ec4323d700f65cca27bf6e101ea44c2f918ac2bc",
|
||||
"homepage": "https://github.com/yeoman/update-notifier#readme",
|
||||
"keywords": [
|
||||
"npm",
|
||||
"update",
|
||||
"updater",
|
||||
"notify",
|
||||
"notifier",
|
||||
"check",
|
||||
"checker",
|
||||
"cli",
|
||||
"module",
|
||||
"package",
|
||||
"version"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "addyosmani",
|
||||
"email": "addyosmani@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "passy",
|
||||
"email": "phartig@rdrei.net"
|
||||
},
|
||||
{
|
||||
"name": "sboudrias",
|
||||
"email": "admin@simonboudrias.com"
|
||||
},
|
||||
{
|
||||
"name": "eddiemonge",
|
||||
"email": "eddie+npm@eddiemonge.com"
|
||||
}
|
||||
],
|
||||
"name": "update-notifier",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yeoman/update-notifier.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --timeout 20000"
|
||||
},
|
||||
"version": "0.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user