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

126
node_modules/nodemon/package.json generated vendored Normal file
View File

@@ -0,0 +1,126 @@
{
"_args": [
[
{
"raw": "nodemon@^1.10.2",
"scope": null,
"escapedName": "nodemon",
"name": "nodemon",
"rawSpec": "^1.10.2",
"spec": ">=1.10.2 <2.0.0",
"type": "range"
},
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\gulp-nodemon"
]
],
"_from": "nodemon@>=1.10.2 <2.0.0",
"_id": "nodemon@1.11.0",
"_inCache": true,
"_location": "/nodemon",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/nodemon-1.11.0.tgz_1475780171533_0.901109219994396"
},
"_npmUser": {
"name": "remy",
"email": "remy@leftlogic.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {
"brace-expansion": "1.1.7"
},
"_requested": {
"raw": "nodemon@^1.10.2",
"scope": null,
"escapedName": "nodemon",
"name": "nodemon",
"rawSpec": "^1.10.2",
"spec": ">=1.10.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-nodemon"
],
"_resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.11.0.tgz",
"_shasum": "226c562bd2a7b13d3d7518b49ad4828a3623d06c",
"_shrinkwrap": null,
"_spec": "nodemon@^1.10.2",
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\gulp-nodemon",
"author": {
"name": "Remy Sharp",
"url": "http://github.com/remy"
},
"bin": {
"nodemon": "./bin/nodemon.js"
},
"bugs": {
"url": "https://github.com/remy/nodemon/issues"
},
"dependencies": {
"chokidar": "^1.4.3",
"debug": "^2.2.0",
"es6-promise": "^3.0.2",
"ignore-by-default": "^1.0.0",
"lodash.defaults": "^3.1.2",
"minimatch": "^3.0.0",
"ps-tree": "^1.0.1",
"touch": "1.0.0",
"undefsafe": "0.0.3",
"update-notifier": "0.5.0"
},
"description": "Simple monitor script for use during development of a node.js app.",
"devDependencies": {
"async": "1.4.2",
"coffee-script": "~1.7.1",
"connect": "~2.19.1",
"istanbul": "~0.2.10",
"jscs": "2.1.1",
"mocha": "2.3.3",
"semantic-release": "4.3.5",
"should": "~4.0.0"
},
"directories": {},
"dist": {
"shasum": "226c562bd2a7b13d3d7518b49ad4828a3623d06c",
"tarball": "https://registry.npmjs.org/nodemon/-/nodemon-1.11.0.tgz"
},
"engines": {
"node": ">=0.8"
},
"gitHead": "2cd85b1f609e9749d19afcdbd71368e6ab063f9d",
"homepage": "http://nodemon.io",
"keywords": [
"monitor",
"development",
"restart",
"autoload",
"reload",
"terminal"
],
"license": "MIT",
"main": "./lib/nodemon",
"maintainers": [
{
"name": "remy",
"email": "remy@remysharp.com"
}
],
"name": "nodemon",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/remy/nodemon.git"
},
"scripts": {
":spec": "mocha --timeout 30000 --ui bdd test/**/*.test.js",
"coverage": "istanbul cover _mocha -- --timeout 30000 --ui bdd --reporter list test/**/*.test.js",
"lint": "jscs lib/**/*.js -v",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"spec": "for FILE in test/**/*.test.js; do echo $FILE; ./node_modules/.bin/mocha --timeout 30000 $FILE; if [ $? -ne 0 ]; then exit 1; fi; sleep 1; done",
"test": "npm run lint && npm run spec",
"web": "node web"
},
"version": "1.11.0"
}