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:
85
node_modules/undefsafe/package.json
generated
vendored
Normal file
85
node_modules/undefsafe/package.json
generated
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "undefsafe@0.0.3",
|
||||
"scope": null,
|
||||
"escapedName": "undefsafe",
|
||||
"name": "undefsafe",
|
||||
"rawSpec": "0.0.3",
|
||||
"spec": "0.0.3",
|
||||
"type": "version"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\nodemon"
|
||||
]
|
||||
],
|
||||
"_from": "undefsafe@0.0.3",
|
||||
"_id": "undefsafe@0.0.3",
|
||||
"_inCache": true,
|
||||
"_location": "/undefsafe",
|
||||
"_npmUser": {
|
||||
"name": "remy",
|
||||
"email": "remy@remysharp.com"
|
||||
},
|
||||
"_npmVersion": "1.4.28",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "undefsafe@0.0.3",
|
||||
"scope": null,
|
||||
"escapedName": "undefsafe",
|
||||
"name": "undefsafe",
|
||||
"rawSpec": "0.0.3",
|
||||
"spec": "0.0.3",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/nodemon"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-0.0.3.tgz",
|
||||
"_shasum": "ecca3a03e56b9af17385baac812ac83b994a962f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "undefsafe@0.0.3",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\nodemon",
|
||||
"author": {
|
||||
"name": "Remy Sharp"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/remy/undefsafe/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Undefined safe way of extracting object properties",
|
||||
"devDependencies": {
|
||||
"mocha": "~1.16.2"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"dist": {
|
||||
"shasum": "ecca3a03e56b9af17385baac812ac83b994a962f",
|
||||
"tarball": "https://registry.npmjs.org/undefsafe/-/undefsafe-0.0.3.tgz"
|
||||
},
|
||||
"gitHead": "435db2701b5ddccc0d575c669df8bdc96918889b",
|
||||
"homepage": "https://github.com/remy/undefsafe",
|
||||
"keywords": [
|
||||
"undefined"
|
||||
],
|
||||
"license": "MIT / http://rem.mit-license.org",
|
||||
"main": "lib/undefsafe.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "remy",
|
||||
"email": "remy@remysharp.com"
|
||||
}
|
||||
],
|
||||
"name": "undefsafe",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/remy/undefsafe.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/mocha/bin/_mocha --ui bdd test/**/*.test.js"
|
||||
},
|
||||
"version": "0.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user