Great — thanks for the update. Since you don’t eat any seafood, we’ll shift to plant-based and land-based alternatives that still support your goals:
- Lower cholesterol ✅
- High energy ✅
- Muscle gain ✅
- No seafood ❌
| { | |
| "subjectDictionary": { | |
| "182513672": { | |
| "label": "Short Answer", | |
| "fieldType": "text" | |
| }, | |
| "182513688": { | |
| "label": "Parent/Section", | |
| "fieldType": "section" | |
| }, |
| { | |
| "182513690": { | |
| "parentId": "182513690", | |
| "nodeContent": { | |
| "isVirtualRoot": true, | |
| "operator": "$and", | |
| "directOwnerFieldId": "182513690" | |
| } | |
| }, | |
| "182513690:0": { |
| [ | |
| { | |
| "nodeId": "148456734", | |
| "parentId": "", | |
| "nodeContent": { | |
| "nodeId": "148456734", | |
| "nodeType": "FsVirtualRootNode", | |
| "fieldId": "148456734", | |
| "label": ["vRoot", "(A) A->B->C-D->E->A (logi...", " if all"] | |
| } |
| { | |
| "tags": { | |
| "allowUnknownTags": true, | |
| "dictionaries": ["jsdoc"] | |
| }, | |
| "source": { | |
| "include": ["src"], | |
| "includePattern": ".js$", | |
| "excludePattern": "(node_modules/|docs)" | |
| }, |
| #inspired by: | |
| #https://www.wolfe.id.au/2014/02/01/getting-a-new-node-project-started-with-npm/ | |
| # Thank you Mark Wolfe | |
| >>>make foreign repository '[project name].git' | |
| $ mkdir [project name] | |
| $ cd [project name] | |
| $ git init | |
| $ git remote add origin ssh://user@server:port/dir/to/[project name].git # (from 'make foreign repo') | |
| $ wget https://gist.github.com/terary/6f54a250f08d68c59bd33e781a8e7614/raw/4554fa9364705139be4b0603104da4b53301f2bb/Make |
| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Runtime data | |
| pids | |
| *.pid |
| REPORTER = spec | |
| all: jshint test | |
| test: | |
| @NODE_ENV=test ./node_modules/.bin/mocha --recursive --reporter $(REPORTER) --timeout 3000 | |
| jshint: | |
| jshint lib examples test index.js |
| { | |
| paths:{ | |
| orgID: { | |
| name: "orgID", | |
| isSearchable:true, | |
| isProjectable: false, | |
| isUpdatable: false, | |
| isInsertable: true, | |
| isRequired: true , | |
| required:true, |