Roughing out the demo app

This commit is contained in:
Nate Taylor
2019-10-23 07:41:03 -05:00
parent 5bc58a2d40
commit 94be06d3c4
2841 changed files with 274065 additions and 2 deletions

84
node_modules/method-override/package.json generated vendored Normal file
View File

@@ -0,0 +1,84 @@
{
"_from": "method-override@^3.0.0",
"_id": "method-override@3.0.0",
"_inBundle": false,
"_integrity": "sha512-IJ2NNN/mSl9w3kzWB92rcdHpz+HjkxhDJWNDBqSlas+zQdP8wBiJzITPg08M/k2uVvMow7Sk41atndNtt/PHSA==",
"_location": "/method-override",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "method-override@^3.0.0",
"name": "method-override",
"escapedName": "method-override",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/json-server"
],
"_resolved": "https://registry.npmjs.org/method-override/-/method-override-3.0.0.tgz",
"_shasum": "6ab0d5d574e3208f15b0c9cf45ab52000468d7a2",
"_spec": "method-override@^3.0.0",
"_where": "/Users/nate/code/pluralsight/async-programming-promises/node_modules/json-server",
"bugs": {
"url": "https://github.com/expressjs/method-override/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"debug": "3.1.0",
"methods": "~1.1.2",
"parseurl": "~1.3.2",
"vary": "~1.1.2"
},
"deprecated": false,
"description": "Override HTTP verbs",
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"istanbul": "0.4.5",
"mocha": "3.5.3",
"supertest": "1.2.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"homepage": "https://github.com/expressjs/method-override#readme",
"license": "MIT",
"name": "method-override",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/method-override.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --check-leaks --reporter spec --bail test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
},
"version": "3.0.0"
}