initial commit

This commit is contained in:
2017-05-20 16:42:43 -04:00
commit e6530a1fa6
2106 changed files with 206258 additions and 0 deletions

85
node_modules/undefsafe/package.json generated vendored Normal file
View 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"
}