theprogrammablemind
Advanced tools
Comparing version 7.2.3 to 7.3.0
@@ -1,2 +0,2 @@ | ||
const { Config, knowledgeModule, where } = require('entodicton') | ||
const { Config, knowledgeModule, where } = require('theprogrammablemind') | ||
@@ -3,0 +3,0 @@ /* |
{ | ||
"license": "ISC", | ||
"scripts": { | ||
"tod": "node inspect node_modules/.bin/jest --runInBand -t NEO", | ||
"to": "node node_modules/.bin/jest --runInBand -t NEO", | ||
"lint": "eslint \"**/*.js\"", | ||
"test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json", | ||
"test:watch": "npm run test -- --watch", | ||
"test": "jest --config ./jest.config.json", | ||
"lint:fix": "eslint \"**/*.js\" --fix", | ||
"to:debug": "node inspect node_modules/.bin/jest --runInBand -t NEO" | ||
}, | ||
"main": "index.js", | ||
"devDependencies": { | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint": "^7.31.0", | ||
"jest": "^26.6.3", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.23.4", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"eslint-plugin-promise": "^5.1.0" | ||
}, | ||
"dependencies": { | ||
"underscore": "^1.13.1", | ||
"deep-equal": "^2.0.4", | ||
"node-fetch": "^2.6.1", | ||
"lodash": "^4.17.20", | ||
"uuid": "^8.3.2", | ||
"scriptjs": "^2.5.9", | ||
"base-64": "^1.0.0", | ||
"sort-json": "^2.0.0", | ||
"json-diff": "^1.0.3", | ||
"json-stable-stringify": "^1.0.1", | ||
"fs": "0.0.1-security", | ||
"readline": "^1.3.0" | ||
}, | ||
"author": "dev@thinktelligence.com", | ||
"name": "theprogrammablemind", | ||
"keywords": [ | ||
@@ -49,2 +11,13 @@ "NLP", | ||
], | ||
"devDependencies": { | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"jest": "^26.6.3", | ||
"eslint": "^7.31.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4" | ||
}, | ||
"name": "theprogrammablemind", | ||
"files": [ | ||
@@ -65,3 +38,30 @@ "client.js", | ||
], | ||
"version": "7.2.3" | ||
"version": "7.3.0", | ||
"author": "dev@thinktelligence.com", | ||
"dependencies": { | ||
"base-64": "^1.0.0", | ||
"json-stable-stringify": "^1.0.1", | ||
"uuid": "^8.3.2", | ||
"readline": "^1.3.0", | ||
"scriptjs": "^2.5.9", | ||
"node-fetch": "^2.6.1", | ||
"fs": "0.0.1-security", | ||
"sort-json": "^2.0.0", | ||
"deep-equal": "^2.0.4", | ||
"lodash": "^4.17.20", | ||
"underscore": "^1.13.1", | ||
"json-diff": "^1.0.3" | ||
}, | ||
"main": "index.js", | ||
"license": "ISC", | ||
"scripts": { | ||
"test:watch": "npm run test -- --watch", | ||
"lint:fix": "eslint \"**/*.js\" --fix", | ||
"test": "jest --config ./jest.config.json", | ||
"to:debug": "node inspect node_modules/.bin/jest --runInBand -t NEO", | ||
"lint": "eslint \"**/*.js\"", | ||
"test:debug": "node inspect node_modules/.bin/jest --runInBand --config ./jest.config.json", | ||
"to": "node node_modules/.bin/jest --runInBand -t NEO", | ||
"tod": "node inspect node_modules/.bin/jest --runInBand -t NEO" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
157465
147