This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
executable file
·93 lines (93 loc) · 2.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_from": "dannjs",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-+Do7tE1EtLn/UMqyIy0V6dgLo43Wq6tj2vAY8oZTMHAY+ysYLJ2sT32H9DgZViL/B59XTIKN6BO8WEbn5pv8XA==",
"_location": "/dannjs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "dannjs",
"name": "dannjs",
"escapedName": "dannjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/dannjs/-/dannjs-2.1.0-b.tgz",
"_shasum": "d05549ed771ad63c4ea0f72334d8f8038211bc4d",
"_spec": "dannjs",
"author": {
"name": "Matias Vazquez-Levi",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/matiasvlevi/Dann/issues"
},
"bundleDependencies": [],
"deprecated": false,
"description": "Deep Neural Network Library for JavaScript.",
"homepage": "https://dannjs.org",
"license": "ISC",
"main": "build/dann.js",
"name": "dannjs",
"repository": {
"type": "git",
"url": "git+https://github.com/matiasvlevi/Dann.git"
},
"scripts": {
"build": "grunt build",
"build:fix": "grunt build-fix",
"lint": "grunt lint-no-fix",
"lint:fix": "grunt lint-fix",
"doc": "grunt doc-compile",
"test": "grunt test",
"final": "grunt prod",
"nodetest": "cd test/manual-tests/node/empty-example & start run.cmd",
"browser": "start test/manual-tests/browser/empty-example/browser.html",
"doc:show": "start docs/documentation/index.html",
"contrib": "npx all-contributors generate",
"doc-server": "node docs/serve.js",
"makechangelog": "grunt makechangelog"
},
"version": "2.4.1e",
"keywords": [
"dann",
"dannjs",
"javascript",
"deep-learning",
"machinelearning",
"neural-network",
"ai"
],
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/register": "^7.7.7",
"all-contributors-cli": "^6.20.0",
"chai": "^4.3.4",
"eslint-config-prettier": "2.7.0",
"eslint-plugin-prettier": "2.3.1",
"express": "^4.17.1",
"grunt": "^1.4.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-eslint": "^20.2.0",
"grunt-mocha-test": "^0.13.3",
"grunt-terser": "^2.0.0",
"grunt-text-replace": "^0.4.0",
"log-symbols": "^4.0.0",
"marked": "^4.0.10",
"mocha": "^9.0.1",
"octokit": "^1.7.1",
"path-parse": "1.0.7",
"prettier": "^2.3.2",
"terser": "^5.7.0"
}
}