theprogrammablemind
Advanced tools
Comparing version 7.3.4-beta.15 to 7.3.4-beta.16
@@ -460,3 +460,3 @@ const { Semantics, Semantic } = require('./src/semantics') | ||
if (result.status >= 500 && result.status < 600) { | ||
throw `Error ${result.status} - ${result.statusText}. If you are using the researcher version try restarting your entodicton server. If takes a few minutes to be up.` | ||
throw `Error ${result.status} - ${result.statusText}.` | ||
} if (result.status >= 404) { | ||
@@ -463,0 +463,0 @@ throw `Error ${result.status} - ${result.statusText} - Trying it connect to ${url}` |
{ | ||
"author": "dev@thinktelligence.com", | ||
"license": "ISC", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint": "^7.31.0", | ||
"jest": "^26.6.3", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-import": "^2.23.4" | ||
}, | ||
"scripts": { | ||
"to": "node node_modules/.bin/jest --runInBand -t NEO", | ||
"test:watch": "npm run test -- --watch", | ||
"test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json", | ||
"lint:fix": "eslint \"**/*.js\" --fix", | ||
"test:watch": "npm run test -- --watch", | ||
"lint": "eslint \"**/*.js\"", | ||
"test": "jest --config ./jest.config.json", | ||
"to": "node node_modules/.bin/jest --runInBand -t NEO", | ||
"lint:fix": "eslint \"**/*.js\" --fix", | ||
"tod": "node inspect node_modules/.bin/jest --runInBand -t NEO", | ||
"to:debug": "node inspect node_modules/.bin/jest --runInBand -t NEO" | ||
}, | ||
"version": "7.3.4-beta.15", | ||
"version": "7.3.4-beta.16", | ||
"files": [ | ||
"client.js", | ||
"index.js", | ||
"lines.js", | ||
"demo.js", | ||
"demo.test.json", | ||
"src/helpers.js", | ||
"src/flatten.js", | ||
"src/unflatten.js", | ||
"src/config.js", | ||
"src/copy.js", | ||
"src/digraph.js", | ||
"src/generators.js", | ||
"src/semantics.js" | ||
], | ||
"keywords": [ | ||
@@ -35,32 +37,30 @@ "NLP", | ||
], | ||
"devDependencies": { | ||
"eslint-config-standard": "^16.0.3", | ||
"jest": "^26.6.3", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint": "^7.31.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"@typescript-eslint/parser": "^4.28.4" | ||
}, | ||
"author": "dev@thinktelligence.com", | ||
"name": "theprogrammablemind", | ||
"main": "index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"lodash": "^4.17.20", | ||
"base-64": "^1.0.0", | ||
"node-fetch": "^2.6.1", | ||
"uuid": "^8.3.2", | ||
"sort-json": "^2.0.0", | ||
"fs": "0.0.1-security", | ||
"json-stable-stringify": "^1.0.1", | ||
"fs": "0.0.1-security", | ||
"deep-equal": "^2.0.4", | ||
"readline": "^1.3.0", | ||
"uuid": "^8.3.2", | ||
"node-fetch": "^2.6.1", | ||
"deep-equal": "^2.0.4", | ||
"underscore": "^1.13.1", | ||
"lodash": "^4.17.20", | ||
"base-64": "^1.0.0", | ||
"scriptjs": "^2.5.9", | ||
"json-diff": "^1.0.3", | ||
"sort-json": "^2.0.0" | ||
}, | ||
"files": [ | ||
"client.js", | ||
"index.js", | ||
"lines.js", | ||
"demo.js", | ||
"demo.test.json", | ||
"src/helpers.js", | ||
"src/flatten.js", | ||
"src/unflatten.js", | ||
"src/config.js", | ||
"src/copy.js", | ||
"src/digraph.js", | ||
"src/generators.js", | ||
"src/semantics.js" | ||
] | ||
"underscore": "^1.13.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159368
28
37
425