Commit project

This commit is contained in:
Rodrigo Pedroso 2019-06-19 10:46:14 -04:00
commit 3ac017a5ad
1030 changed files with 94062 additions and 0 deletions

59
node_modules/undefsafe/package.json generated vendored Normal file
View file

@ -0,0 +1,59 @@
{
"_args": [
[
"undefsafe@0.0.3",
"/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server"
]
],
"_development": true,
"_from": "undefsafe@0.0.3",
"_id": "undefsafe@0.0.3",
"_inBundle": false,
"_integrity": "sha1-7Mo6A+VrmvFzhbqsgSrIO5lKli8=",
"_location": "/undefsafe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "undefsafe@0.0.3",
"name": "undefsafe",
"escapedName": "undefsafe",
"rawSpec": "0.0.3",
"saveSpec": null,
"fetchSpec": "0.0.3"
},
"_requiredBy": [
"/nodemon"
],
"_resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-0.0.3.tgz",
"_spec": "0.0.3",
"_where": "/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server",
"author": {
"name": "Remy Sharp"
},
"bugs": {
"url": "https://github.com/remy/undefsafe/issues"
},
"description": "Undefined safe way of extracting object properties",
"devDependencies": {
"mocha": "~1.16.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/remy/undefsafe#readme",
"keywords": [
"undefined"
],
"license": "MIT / http://rem.mit-license.org",
"main": "lib/undefsafe.js",
"name": "undefsafe",
"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"
}