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

76
node_modules/lodash-id/package.json generated vendored Normal file
View File

@@ -0,0 +1,76 @@
{
"_from": "lodash-id@^0.14.0",
"_id": "lodash-id@0.14.0",
"_inBundle": false,
"_integrity": "sha1-uvSJNOVDobXWNG+MhGmLGoyAOJY=",
"_location": "/lodash-id",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lodash-id@^0.14.0",
"name": "lodash-id",
"escapedName": "lodash-id",
"rawSpec": "^0.14.0",
"saveSpec": null,
"fetchSpec": "^0.14.0"
},
"_requiredBy": [
"/json-server"
],
"_resolved": "https://registry.npmjs.org/lodash-id/-/lodash-id-0.14.0.tgz",
"_shasum": "baf48934e543a1b5d6346f8c84698b1a8c803896",
"_spec": "lodash-id@^0.14.0",
"_where": "/Users/nate/code/pluralsight/async-programming-promises/node_modules/json-server",
"author": {
"name": "Typicode",
"email": "typicode@gmail.com"
},
"bugs": {
"url": "https://github.com/typicode/lodash-id/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Use JavaScript objects as databases",
"devDependencies": {
"husky": "^0.11.8",
"lodash": "^4.6.1",
"mocha": "^3.2.0",
"pkg-ok": "^1.0.1",
"sinon": "~1.8.1",
"standard": "^8.6.0",
"underscore": "^1.8.3",
"webpack": "^2.2.1"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/typicode/lodash-id#readme",
"keywords": [
"lodash",
"lowdb",
"underscore",
"id",
"resource",
"mixin"
],
"license": "MIT",
"main": "src/index.js",
"name": "lodash-id",
"repository": {
"type": "git",
"url": "git+https://github.com/typicode/lodash-id.git"
},
"scripts": {
"prepublish": "npm test",
"prepush": "npm test",
"test": "mocha && standard && pkg-ok"
},
"standard": {
"fix": true,
"env": {
"mocha": true
}
},
"version": "0.14.0"
}