-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 7.15 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
{
"name": "atropa-toolbox",
"version": "2022.11.16",
"main": "./src/atropa-toolbox.js",
"description": "The Glorious AtropaToolbox's JavaScript bits",
"author": {
"name": "Matthew Kastor",
"email": "[email protected]",
"url": "https://plus.google.com/100898583798552211130"
},
"homepage": "https://github.com/matthewkastor/AtropaToolbox-raw-js/",
"bugs": "https://github.com/matthewkastor/AtropaToolbox-raw-js/issues",
"repository": {
"type": "git",
"url": "git://github.com/matthewkastor/AtropaToolbox-raw-js.git"
},
"license": "GPL-3.0",
"scripts": {
"start": "node dev/server.js",
"lint": "atropa-jslint ./src/atropa-toolbox.js",
"srcFormat": "atropa-jsformatter ./src/atropa-toolbox.js ./src/atropa-toolbox.js",
"buildTestsWebpage": "node dev/testsWebpageGenerator.js",
"buildBrowserModule": "node dev/browserify.js",
"generateReport": "plato --title \"AtropaToolbox_Analysis\" --recurse -d report node_modules/atropa-header/src/ node_modules/atropa-ArgsInfo/src/ node_modules/atropa-arrays/src/ node_modules/atropa-Babbler/src/ node_modules/atropa-CookieMonster/src/ node_modules/atropa-CreateHtmlDocumentsFromXmlhttp/src/ node_modules/atropa-customErrors/src/ node_modules/atropa-HTMLParser/src/ node_modules/atropa-inject/src/ node_modules/atropa-inquire/src/ node_modules/atropa-objects/src/ node_modules/atropa-random/src/ node_modules/atropa-regex/src/ node_modules/atropa-removeNodeByReference/src/ node_modules/atropa-Requester/src/ node_modules/atropa-SerialActor/src/ node_modules/atropa-setAsOptionalArg/src/ node_modules/atropa-string/src/ node_modules/atropa-TextAnalyzer/src/ node_modules/atropa-url/src/ node_modules/atropa-waitFor/src/ node_modules/atropa-wtf/src/ node_modules/atropa-xpath/src/ src/",
"buildDocs": "jsdoc-toolkit -v -d=./docs/jsdoc/ -r -s node_modules/atropa-header/src/ node_modules/atropa-ArgsInfo/src/ node_modules/atropa-arrays/src/ node_modules/atropa-Babbler/src/ node_modules/atropa-CookieMonster/src/ node_modules/atropa-CreateHtmlDocumentsFromXmlhttp/src/ node_modules/atropa-customErrors/src/ node_modules/atropa-HTMLParser/src/ node_modules/atropa-inject/src/ node_modules/atropa-inquire/src/ node_modules/atropa-objects/src/ node_modules/atropa-random/src/ node_modules/atropa-regex/src/ node_modules/atropa-removeNodeByReference/src/ node_modules/atropa-Requester/src/ node_modules/atropa-SerialActor/src/ node_modules/atropa-setAsOptionalArg/src/ node_modules/atropa-string/src/ node_modules/atropa-TextAnalyzer/src/ node_modules/atropa-url/src/ node_modules/atropa-waitFor/src/ node_modules/atropa-wtf/src/ node_modules/atropa-xpath/src/ src/",
"buildVsdocs": "jsdoc-toolkit -v -d=./docs/vsdoc/ -t=./node_modules/jsdoc-toolkit/templates/vsdoc/ -r -s node_modules/atropa-header/src/ node_modules/atropa-ArgsInfo/src/ node_modules/atropa-arrays/src/ node_modules/atropa-Babbler/src/ node_modules/atropa-CookieMonster/src/ node_modules/atropa-CreateHtmlDocumentsFromXmlhttp/src/ node_modules/atropa-customErrors/src/ node_modules/atropa-HTMLParser/src/ node_modules/atropa-inject/src/ node_modules/atropa-inquire/src/ node_modules/atropa-objects/src/ node_modules/atropa-random/src/ node_modules/atropa-regex/src/ node_modules/atropa-removeNodeByReference/src/ node_modules/atropa-Requester/src/ node_modules/atropa-SerialActor/src/ node_modules/atropa-setAsOptionalArg/src/ node_modules/atropa-string/src/ node_modules/atropa-TextAnalyzer/src/ node_modules/atropa-url/src/ node_modules/atropa-waitFor/src/ node_modules/atropa-wtf/src/ node_modules/atropa-xpath/src/ src/",
"test": "jasmine-node specs/ node_modules/atropa-ArgsInfo/specs/ node_modules/atropa-arrays/specs/ node_modules/atropa-Babbler/specs/ node_modules/atropa-CookieMonster/specs/ node_modules/atropa-CreateHtmlDocumentsFromXmlhttp/specs/ node_modules/atropa-customErrors/specs/ node_modules/atropa-header/specs/ node_modules/atropa-HTMLParser/specs/ node_modules/atropa-inject/specs/ node_modules/atropa-inquire/specs/ node_modules/atropa-objects/specs/ node_modules/atropa-random/specs/ node_modules/atropa-regex/specs/ node_modules/atropa-removeNodeByReference/specs/ node_modules/atropa-Requester/specs/ node_modules/atropa-SerialActor/specs/ node_modules/atropa-setAsOptionalArg/specs/ node_modules/atropa-string/specs/ node_modules/atropa-TextAnalyzer/specs/ node_modules/atropa-url/specs/ node_modules/atropa-waitFor/specs/ node_modules/atropa-wtf/specs/ node_modules/atropa-xpath/specs/"
},
"keywords": [
"atropa"
],
"devDependencies": {
"atropa-jsformatter": "git+https://github.com/matthewkastor/atropa-jsformatter.git#gh-pages",
"atropa-jslint": "git+https://github.com/matthewkastor/atropa-jslint.git#master",
"atropa-server": "git+https://github.com/matthewkastor/atropa-server.git#master",
"browserify": ">=17.0.0",
"jasmine-node": ">=1.11.0",
"jsdoc-toolkit": "git+https://github.com/matthewkastor/node-jsdoc-toolkit.git#fix-tests",
"atropa-jasmine-spec-runner-generator-html": "git+https://github.com/matthewkastor/atropa-jasmine-spec-runner-generator-html.git#gh-pages",
"plato": ">=0.6.2"
},
"dependencies": {
"atropa-header": "git+https://github.com/matthewkastor/atropa-header.git#master",
"atropa-ArgsInfo": "git+https://github.com/matthewkastor/atropa-ArgsInfo.git#master",
"atropa-arrays": "git+https://github.com/matthewkastor/atropa-arrays.git#master",
"atropa-Babbler": "git+https://github.com/matthewkastor/atropa-Babbler.git#master",
"atropa-CookieMonster": "git+https://github.com/matthewkastor/atropa-CookieMonster.git#master",
"atropa-CreateHtmlDocumentsFromXmlhttp": "git+https://github.com/matthewkastor/atropa-CreateHtmlDocumentsFromXmlhttp.git#master",
"atropa-customErrors": "git+https://github.com/matthewkastor/atropa-customErrors.git#master",
"atropa-HTMLParser": "git+https://github.com/matthewkastor/atropa-HTMLParser.git#master",
"atropa-inject": "git+https://github.com/matthewkastor/atropa-inject.git#master",
"atropa-inquire": "git+https://github.com/matthewkastor/atropa-inquire.git#master",
"atropa-objects": "git+https://github.com/matthewkastor/atropa-objects.git#master",
"atropa-random": "git+https://github.com/matthewkastor/atropa-random.git#master",
"atropa-regex": "git+https://github.com/matthewkastor/atropa-regex.git#master",
"atropa-removeNodeByReference": "git+https://github.com/matthewkastor/atropa-removeNodeByReference.git#master",
"atropa-Requester": "git+https://github.com/matthewkastor/atropa-Requester.git#master",
"atropa-SerialActor": "git+https://github.com/matthewkastor/atropa-SerialActor.git#master",
"atropa-setAsOptionalArg": "git+https://github.com/matthewkastor/atropa-setAsOptionalArg.git#master",
"atropa-string": "git+https://github.com/matthewkastor/atropa-string.git#master",
"atropa-TextAnalyzer": "git+https://github.com/matthewkastor/atropa-TextAnalyzer.git#master",
"atropa-url": "git+https://github.com/matthewkastor/atropa-url.git#master",
"atropa-waitFor": "git+https://github.com/matthewkastor/atropa-waitFor.git#master",
"atropa-wtf": "git+https://github.com/matthewkastor/atropa-wtf.git#master",
"atropa-xpath": "git+https://github.com/matthewkastor/atropa-xpath.git#master"
}
}