binance_bot/node_modules/synaptic/package.json
2025-01-07 19:06:55 +01:00

93 lines
2.7 KiB
JSON

{
"_from": "synaptic",
"_id": "synaptic@1.1.4",
"_inBundle": false,
"_integrity": "sha512-JFtU98VDFI0uBTowgySo+UUEkc7rSVHaxx9D6dR5BK6u81G7uAxcp32Gi2SHciLpFbvJVd1Pfz7aqSNQO4EH9Q==",
"_location": "/synaptic",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "synaptic",
"name": "synaptic",
"escapedName": "synaptic",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/synaptic/-/synaptic-1.1.4.tgz",
"_shasum": "b058163e2e86a3f86fc964ab792496c0642c13d7",
"_spec": "synaptic",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot",
"author": {
"name": "Juan Cazala",
"email": "juancazala@gmail.com",
"url": "http://juancazala.com/"
},
"bugs": {
"url": "https://github.com/cazala/synaptic/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "architecture-free neural network library",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^3.5.0",
"chai-stats": "^0.3.0",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^2.0.4",
"mocha": "^2.2.4",
"pre-push": "^0.1.1",
"webpack": "^3.5.5"
},
"engines": {
"node": ">=4"
},
"homepage": "http://caza.la/synaptic",
"keywords": [
"neural network",
"machine learning",
"long short term memory",
"perceptron",
"architecture free"
],
"license": "MIT",
"main": "./dist/synaptic",
"name": "synaptic",
"prepush": [
"test",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cazala/synaptic.git"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "npm run test:mocha:src",
"test:dist": "npm run build && npm run test:mocha:dist && npm run test:karma:browsers",
"test:karma:browsers": "karma start --single-run --browsers Chrome,Firefox,SafariPrivate",
"test:karma:chrome": "karma start --single-run --browsers Chrome",
"test:karma:phantomjs": "karma start --single-run --browsers PhantomJS",
"test:mocha:dist": "mocha test/_inject-dist test",
"test:mocha:src": "mocha test/_inject-src test",
"test:travis": "npm run test:mocha:src && npm run build && npm run test:mocha:dist"
},
"version": "1.1.4"
}