propagate-cli 1.9.2 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/action/listForcedDependencyRelations.js +4 -7
- package/package.json +3 -3
- package/test/Development/.propagaterc +0 -11
- package/test/Development/argumentative/package.json +0 -27
- package/test/Development/boring/package.json +0 -22
- package/test/Development/concur-algorithm/package.json +0 -44
- package/test/Development/concurrent-layer-protocol/package.json +0 -38
- package/test/Development/easy/package.json +0 -27
- package/test/Development/easy-draganddrop/package.json +0 -36
- package/test/Development/easy-layout/package.json +0 -29
- package/test/Development/easy-richtextarea/package.json +0 -30
- package/test/Development/fragmented/package.json +0 -31
- package/test/Development/inference/package.json +0 -45
- package/test/Development/juxtapose/package.json +0 -35
- package/test/Development/necessary/package.json +0 -26
- package/test/Development/occam-browser/package.json +0 -13
- package/test/Development/occam-client/package.json +0 -53
- package/test/Development/occam-colours/package.json +0 -11
- package/test/Development/occam-custom-grammars/package.json +0 -41
- package/test/Development/occam-desktop/package.json +0 -21
- package/test/Development/occam-directed-graphs/package.json +0 -34
- package/test/Development/occam-documents/package.json +0 -27
- package/test/Development/occam-dom/package.json +0 -40
- package/test/Development/occam-editor/package.json +0 -44
- package/test/Development/occam-file-system/package.json +0 -33
- package/test/Development/occam-grammar-utilities/package.json +0 -41
- package/test/Development/occam-kahn/package.json +0 -30
- package/test/Development/occam-lazy/package.json +0 -44
- package/test/Development/occam-lexers/package.json +0 -38
- package/test/Development/occam-open-cli/package.json +0 -40
- package/test/Development/occam-parsers/package.json +0 -39
- package/test/Development/occam-pearce-kelly/package.json +0 -31
- package/test/Development/occam-pretty/package.json +0 -43
- package/test/Development/occam-tarjan/package.json +0 -30
- package/test/Development/occam-verifier/package.json +0 -23
- package/test/Development/propagate-cli/package.json +0 -21
- package/test/Development/reaction/package.json +0 -33
- package/test/Development/reaction-with-style/package.json +0 -30
- package/test/Development/sufficient/package.json +0 -29
- package/test/Development/with-style/package.json +0 -45
- package/test/Development/xgl/package.json +0 -38
- package/test/Development/xgl-server/package.json +0 -32
- package/test/Public/aleph-one.com/package.json +0 -30
- package/test/Public/djalbat.com/package.json +0 -6
- package/test/Public/juxtapose.info/package.json +0 -36
- package/test/Public/occam.science/package.json +0 -40
- package/test/Public/openmathematics.org/package.json +0 -47
- package/test/Public/schoonercecilie.org/package.json +0 -30
- package/test/Public/weconcurjohn.com/package.json +0 -8
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@jecs-imperial/occam-documents",
|
|
3
|
-
"version": "0.0.205",
|
|
4
|
-
"dependencies": {
|
|
5
|
-
"@jecs-imperial/occam-lazy": "0.0.412",
|
|
6
|
-
"necessary": "^3.2.9",
|
|
7
|
-
"occam-custom-grammars": "^3.0.46",
|
|
8
|
-
"occam-dom": "^1.2.44",
|
|
9
|
-
"occam-lexers": "^10.1.70",
|
|
10
|
-
"occam-parsers": "^10.1.61"
|
|
11
|
-
},
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"babel": "^6.5.2",
|
|
14
|
-
"babel-cli": "^6.7.5",
|
|
15
|
-
"babel-preset-es2015": "^6.6.0",
|
|
16
|
-
"chokidar-cli": "^1.2.0"
|
|
17
|
-
},
|
|
18
|
-
"scripts": {
|
|
19
|
-
"clean": "rm -rf ./lib",
|
|
20
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
21
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
22
|
-
"build": "npm run clean && npm run babel",
|
|
23
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
24
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
25
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-dom",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "1.2.46",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-dom",
|
|
7
|
-
"description": "Occam's DOM related functionality.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-dom"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^3.2.5"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"babel": "^6.5.2",
|
|
17
|
-
"babel-cli": "^6.24.1",
|
|
18
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
19
|
-
"babel-preset-es2015": "^6.24.1",
|
|
20
|
-
"babel-preset-react": "^6.5.0",
|
|
21
|
-
"browserify": "^13.0.0",
|
|
22
|
-
"chokidar-cli": "^1.2.0",
|
|
23
|
-
"easy": "^7.10.0",
|
|
24
|
-
"easy-layout": "^2.1.46",
|
|
25
|
-
"juxtapose": "^1.0.89",
|
|
26
|
-
"occam-lexers": "^10.1.70",
|
|
27
|
-
"occam-parsers": "^10.1.66"
|
|
28
|
-
},
|
|
29
|
-
"scripts": {
|
|
30
|
-
"clean": "rm -rf ./lib",
|
|
31
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
32
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
33
|
-
"browserify": "browserify ./lib/example.js > ./example.js",
|
|
34
|
-
"browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
|
|
35
|
-
"build": "npm run clean && npm run babel && npm run browserify",
|
|
36
|
-
"build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
37
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
38
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@jecs-imperial/occam-editor",
|
|
3
|
-
"version": "0.0.369",
|
|
4
|
-
"dependencies": {
|
|
5
|
-
"@jecs-imperial/concurrent-layer-protocol": "^0.0.114",
|
|
6
|
-
"@jecs-imperial/occam-documents": "0.0.204",
|
|
7
|
-
"@jecs-imperial/occam-pretty": "0.0.213",
|
|
8
|
-
"easy": "^8.2.43",
|
|
9
|
-
"easy-richtextarea": "^1.1.87",
|
|
10
|
-
"necessary": "^1.7.5"
|
|
11
|
-
},
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"babel": "^6.5.2",
|
|
14
|
-
"babel-cli": "^6.7.5",
|
|
15
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
16
|
-
"babel-preset-es2015": "^6.6.0",
|
|
17
|
-
"babel-preset-react": "^6.5.0",
|
|
18
|
-
"browserify": "^13.0.0",
|
|
19
|
-
"chokidar-cli": "^1.2.0",
|
|
20
|
-
"concurrently": "^3.3.0",
|
|
21
|
-
"juxtapose": "^1.0.84",
|
|
22
|
-
"node-sass": "^4.5.0",
|
|
23
|
-
"occam-custom-grammars": "^3.0.46"
|
|
24
|
-
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"clean": "rm -rf ./lib",
|
|
27
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
28
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
29
|
-
"browserify": "browserify ./lib/example.js > ./example.js",
|
|
30
|
-
"browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
|
|
31
|
-
"build-js": "npm run clean && npm run babel && npm run browserify",
|
|
32
|
-
"build-js-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
33
|
-
"watch-js": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
34
|
-
"watch-js-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'",
|
|
35
|
-
"build-sass": "node-sass ./scss/index.scss -o ./css",
|
|
36
|
-
"build-sass-debug": "node-sass --source-map true ./scss/index.scss -o ./css",
|
|
37
|
-
"watch-sass": "npm run build-sass && chokidar './scss/**/*.scss' -c 'npm run build-sass'",
|
|
38
|
-
"watch-sass-debug": "npm run build-sass-debug && chokidar './scss/**/*.scss' -c 'npm run build-sass-debug'",
|
|
39
|
-
"build": "concurrently --kill-others 'npm run build-js' 'npm run build-sass'",
|
|
40
|
-
"build-debug": "concurrently 'npm run build-js-debug' 'npm run build-sass-debug'",
|
|
41
|
-
"watch": "concurrently 'npm run watch-js' 'npm run watch-sass'",
|
|
42
|
-
"watch-debug": "concurrently 'npm run watch-js-debug' 'npm run watch-sass-debug'"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-file-system",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "2.0.59",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-file-system",
|
|
7
|
-
"description": "Occam's file system functionality.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-file-system"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"fs-extra": "^7.0.1",
|
|
14
|
-
"necessary": "^3.1.2",
|
|
15
|
-
"occam-open-cli": "^2.0.73"
|
|
16
|
-
},
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"babel": "^6.5.2",
|
|
19
|
-
"babel-cli": "^6.7.5",
|
|
20
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
21
|
-
"babel-preset-es2015": "^6.6.0",
|
|
22
|
-
"chokidar-cli": "^1.2.0"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"clean": "rm -rf ./lib",
|
|
26
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
27
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
28
|
-
"build": "npm run clean && npm run babel",
|
|
29
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
30
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
31
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-grammar-utilities",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "3.0.47",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-grammar-utilities",
|
|
7
|
-
"description": "Occam's grammar utilities.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-grammar-utilities"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^1.7.5",
|
|
14
|
-
"occam-lexers": "^10.1.70",
|
|
15
|
-
"occam-parsers": "^10.1.61",
|
|
16
|
-
"occam-tarjan": "^2.0.12"
|
|
17
|
-
},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"babel": "^6.5.2",
|
|
20
|
-
"babel-cli": "^6.24.1",
|
|
21
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
22
|
-
"babel-preset-es2015": "^6.24.1",
|
|
23
|
-
"babel-preset-react": "^6.5.0",
|
|
24
|
-
"browserify": "^13.0.0",
|
|
25
|
-
"chokidar-cli": "^1.2.0",
|
|
26
|
-
"easy": "^7.10.0",
|
|
27
|
-
"easy-layout": "^2.1.46",
|
|
28
|
-
"juxtapose": "^1.0.89"
|
|
29
|
-
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"clean": "rm -rf ./lib",
|
|
32
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
33
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
34
|
-
"browserify": "browserify ./lib/example.js > ./example.js",
|
|
35
|
-
"browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
|
|
36
|
-
"build": "npm run clean && npm run babel && npm run browserify",
|
|
37
|
-
"build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
38
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
39
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-kahn",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "2.0.59",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-kahn",
|
|
7
|
-
"description": "An implementation of Kahn's algoirthm.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-kahn"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^1.7.5"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"babel": "^6.5.2",
|
|
17
|
-
"babel-cli": "^6.7.5",
|
|
18
|
-
"babel-preset-es2015": "^6.6.0",
|
|
19
|
-
"chokidar-cli": "^1.2.0"
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"clean": "rm -rf ./lib",
|
|
23
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
24
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
25
|
-
"build": "npm run clean && npm run babel",
|
|
26
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
27
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
28
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@jecs-imperial/occam-lazy",
|
|
3
|
-
"version": "0.0.413",
|
|
4
|
-
"dependencies": {
|
|
5
|
-
"@jecs-imperial/concurrent-layer-protocol": "^0.0.114",
|
|
6
|
-
"@jecs-imperial/occam-pretty": "0.0.213",
|
|
7
|
-
"necessary": "^3.2.4",
|
|
8
|
-
"occam-lexers": "^10.1.70",
|
|
9
|
-
"occam-parsers": "^10.1.61"
|
|
10
|
-
},
|
|
11
|
-
"devDependencies": {
|
|
12
|
-
"babel": "^6.5.2",
|
|
13
|
-
"babel-cli": "^6.7.5",
|
|
14
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
15
|
-
"babel-preset-es2015": "^6.6.0",
|
|
16
|
-
"babel-preset-react": "^6.5.0",
|
|
17
|
-
"browserify": "^13.0.0",
|
|
18
|
-
"chokidar-cli": "^1.2.0",
|
|
19
|
-
"concurrently": "^3.3.0",
|
|
20
|
-
"easy": "^8.2.3",
|
|
21
|
-
"easy-layout": "^2.1.42",
|
|
22
|
-
"juxtapose": "^1.0.80",
|
|
23
|
-
"node-sass": "^4.5.0"
|
|
24
|
-
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"clean": "rm -rf ./lib",
|
|
27
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
28
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
29
|
-
"browserify": "browserify ./lib/example.js > ./example.js",
|
|
30
|
-
"browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
|
|
31
|
-
"build-js": "npm run clean && npm run babel && npm run browserify",
|
|
32
|
-
"build-js-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
33
|
-
"watch-js": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
34
|
-
"watch-js-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'",
|
|
35
|
-
"build-sass": "node-sass ./scss/index.scss -o ./css",
|
|
36
|
-
"build-sass-debug": "node-sass --source-map true ./scss/index.scss -o ./css",
|
|
37
|
-
"watch-sass": "npm run build-sass && chokidar './scss/*.scss' -c 'npm run build-sass'",
|
|
38
|
-
"watch-sass-debug": "npm run build-sass-debug && chokidar './scss/*.scss' -c 'npm run build-sass-debug'",
|
|
39
|
-
"build": "concurrently --kill-others 'npm run build-js' 'npm run build-sass'",
|
|
40
|
-
"build-debug": "concurrently 'npm run build-js-debug' 'npm run build-sass-debug'",
|
|
41
|
-
"watch": "concurrently 'npm run watch-js' 'npm run watch-sass'",
|
|
42
|
-
"watch-debug": "concurrently 'npm run watch-js-debug' 'npm run watch-sass-debug'"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-lexers",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "10.1.80",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-lexers",
|
|
7
|
-
"description": "Occam's lexers.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-lexers"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^3.1.2"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"babel": "^6.5.2",
|
|
17
|
-
"babel-cli": "^6.7.5",
|
|
18
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
19
|
-
"babel-preset-es2015": "^6.6.0",
|
|
20
|
-
"babel-preset-react": "^6.5.0",
|
|
21
|
-
"browserify": "^13.0.0",
|
|
22
|
-
"chokidar-cli": "^1.2.0",
|
|
23
|
-
"easy": "^7.13.0",
|
|
24
|
-
"easy-layout": "^2.1.46",
|
|
25
|
-
"juxtapose": "^1.0.89"
|
|
26
|
-
},
|
|
27
|
-
"scripts": {
|
|
28
|
-
"clean": "rm -rf ./lib",
|
|
29
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
30
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
31
|
-
"browserify": "browserify ./lib/example.js > ./example.js",
|
|
32
|
-
"browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
|
|
33
|
-
"build": "npm run clean && npm run babel && npm run browserify",
|
|
34
|
-
"build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
35
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
36
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-open-cli",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "2.0.77",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-open-cli",
|
|
7
|
-
"description": "Occam's command line package management tool.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-open-cli"
|
|
11
|
-
},
|
|
12
|
-
"bin": {
|
|
13
|
-
"open": "./open.js"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"argumentative": "^1.0.9",
|
|
17
|
-
"fs-extra": "^1.0.0",
|
|
18
|
-
"jszip": "^3.1.3",
|
|
19
|
-
"mkdirp": "^0.5.1",
|
|
20
|
-
"necessary": "^3.1.0",
|
|
21
|
-
"occam-lexers": "^10.1.70",
|
|
22
|
-
"occam-parsers": "^10.1.66",
|
|
23
|
-
"request": "^2.81.0"
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
|
-
"babel": "^6.5.2",
|
|
27
|
-
"babel-cli": "^6.24.1",
|
|
28
|
-
"babel-preset-es2015": "^6.6.0",
|
|
29
|
-
"chokidar-cli": "^1.2.0"
|
|
30
|
-
},
|
|
31
|
-
"scripts": {
|
|
32
|
-
"clean": "rm -rf ./lib",
|
|
33
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
34
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
35
|
-
"build": "npm run clean && npm run babel",
|
|
36
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
37
|
-
"watch": "npm run build && chokidar './index.js' './es6/**/*.js' -c 'npm run build'",
|
|
38
|
-
"watch-debug": "npm run build-debug && chokidar './index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-parsers",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "10.1.66",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-parsers",
|
|
7
|
-
"description": "Occam's parsers.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-parsers"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^3.2.13",
|
|
14
|
-
"occam-lexers": "^10.1.79"
|
|
15
|
-
},
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"babel": "^6.5.2",
|
|
18
|
-
"babel-cli": "^6.24.1",
|
|
19
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
20
|
-
"babel-preset-es2015": "^6.24.1",
|
|
21
|
-
"babel-preset-react": "^6.5.0",
|
|
22
|
-
"browserify": "^13.0.0",
|
|
23
|
-
"chokidar-cli": "^1.2.0",
|
|
24
|
-
"easy": "^7.10.0",
|
|
25
|
-
"easy-layout": "^2.1.46",
|
|
26
|
-
"juxtapose": "^1.0.89"
|
|
27
|
-
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"clean": "rm -rf ./lib",
|
|
30
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
31
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
32
|
-
"browserify": "browserify ./lib/example.js > ./example.js",
|
|
33
|
-
"browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
|
|
34
|
-
"build": "npm run clean && npm run babel && npm run browserify",
|
|
35
|
-
"build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
36
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
37
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-pearce-kelly",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "2.7.4",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-pearce-kelly",
|
|
7
|
-
"description": "An implementation of the Pearce-Kelly algoirthm.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-pearce-kelly"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^1.7.5"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"babel": "^6.5.2",
|
|
17
|
-
"babel-cli": "^6.7.5",
|
|
18
|
-
"babel-preset-es2015": "^6.6.0",
|
|
19
|
-
"chokidar-cli": "^1.2.0",
|
|
20
|
-
"necessary": "^1.0.9"
|
|
21
|
-
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"clean": "rm -rf ./lib",
|
|
24
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
25
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
26
|
-
"build": "npm run clean && npm run babel",
|
|
27
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
28
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
29
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@jecs-imperial/occam-pretty",
|
|
3
|
-
"version": "0.0.217",
|
|
4
|
-
"dependencies": {
|
|
5
|
-
"@jecs-imperial/concurrent-layer-protocol": "^0.0.114",
|
|
6
|
-
"easy": "^8.2.28",
|
|
7
|
-
"easy-richtextarea": "^1.1.87",
|
|
8
|
-
"necessary": "^1.7.5",
|
|
9
|
-
"occam-lexers": "^10.1.70",
|
|
10
|
-
"occam-parsers": "^10.1.66"
|
|
11
|
-
},
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"babel": "^6.5.2",
|
|
14
|
-
"babel-cli": "^6.7.5",
|
|
15
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
16
|
-
"babel-preset-es2015": "^6.6.0",
|
|
17
|
-
"babel-preset-react": "^6.5.0",
|
|
18
|
-
"browserify": "^13.0.0",
|
|
19
|
-
"chokidar-cli": "^1.2.0",
|
|
20
|
-
"concurrently": "^3.3.0",
|
|
21
|
-
"juxtapose": "^1.0.80",
|
|
22
|
-
"node-sass": "^4.5.0"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"clean": "rm -rf ./lib",
|
|
26
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
27
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
28
|
-
"browserify": "browserify ./lib/example.js > ./example.js",
|
|
29
|
-
"browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
|
|
30
|
-
"build-js": "npm run clean && npm run babel && npm run browserify",
|
|
31
|
-
"build-js-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
32
|
-
"watch-js": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
33
|
-
"watch-js-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'",
|
|
34
|
-
"build-sass": "node-sass ./scss/index.scss -o ./css",
|
|
35
|
-
"build-sass-debug": "node-sass --source-map true ./scss/index.scss -o ./css",
|
|
36
|
-
"watch-sass": "npm run build-sass && chokidar './scss/**/*.scss' -c 'npm run build-sass'",
|
|
37
|
-
"watch-sass-debug": "npm run build-sass-debug && chokidar './scss/**/*.scss' -c 'npm run build-sass-debug'",
|
|
38
|
-
"build": "concurrently --kill-others 'npm run build-js' 'npm run build-sass'",
|
|
39
|
-
"build-debug": "concurrently 'npm run build-js-debug' 'npm run build-sass-debug'",
|
|
40
|
-
"watch": "concurrently 'npm run watch-js' 'npm run watch-sass'",
|
|
41
|
-
"watch-debug": "concurrently 'npm run watch-js-debug' 'npm run watch-sass-debug'"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-tarjan",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "2.0.18",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/@jecs-imperial/occam-tarjan",
|
|
7
|
-
"description": "An implementation of Tarjan's algoirthm.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/@jecs-imperial/occam-tarjan"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^1.7.5"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"babel": "^6.5.2",
|
|
17
|
-
"babel-cli": "^6.7.5",
|
|
18
|
-
"babel-preset-es2015": "^6.6.0",
|
|
19
|
-
"chokidar-cli": "^1.2.0"
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"clean": "rm -rf ./lib",
|
|
23
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
24
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
25
|
-
"build": "npm run clean && npm run babel",
|
|
26
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
27
|
-
"watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
|
|
28
|
-
"watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "occam-verifier",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "0.0.49",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/jecs-imperial/occam-verifier",
|
|
7
|
-
"description": "Occam's verifier.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/jecs-imperial/occam-verifier"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"argumentative": "^1.1.0",
|
|
14
|
-
"necessary": "^3.4.0",
|
|
15
|
-
"occam-custom-grammars": "^3.0.46",
|
|
16
|
-
"occam-dom": "^1.2.44",
|
|
17
|
-
"occam-lexers": "^10.1.70",
|
|
18
|
-
"occam-open-cli": "^2.0.73",
|
|
19
|
-
"occam-parsers": "^10.1.61"
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {},
|
|
22
|
-
"scripts": {}
|
|
23
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "propagate-cli",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "1.0.10",
|
|
5
|
-
"license": "MIT, Anti-886",
|
|
6
|
-
"homepage": "https://github.com/djalbat/propagate-cli",
|
|
7
|
-
"description": "Propagate updated packages throughout a project.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/djalbat/Reaction"
|
|
11
|
-
},
|
|
12
|
-
"bin": {
|
|
13
|
-
"propagate": "./propagate.js"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"argumentative": "^1.0.9",
|
|
17
|
-
"necessary": "^3.5.1"
|
|
18
|
-
},
|
|
19
|
-
"devDependencies": {},
|
|
20
|
-
"scripts": {}
|
|
21
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "reaction",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "2.2.8",
|
|
5
|
-
"license": "MIT, Anti-886",
|
|
6
|
-
"homepage": "https://github.com/djalbat/reaction",
|
|
7
|
-
"description": "An alternative implementation of React.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/djalbat/reaction"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {},
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"babel": "^6.5.2",
|
|
15
|
-
"babel-cli": "^6.7.5",
|
|
16
|
-
"babel-plugin-transform-react-jsx": "^6.7.5",
|
|
17
|
-
"babel-preset-es2015": "^6.6.0",
|
|
18
|
-
"babel-preset-react": "^6.5.0",
|
|
19
|
-
"browserify": "^13.0.0",
|
|
20
|
-
"chokidar-cli": "^1.2.0"
|
|
21
|
-
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"clean": "rm -rf ./lib",
|
|
24
|
-
"babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
|
|
25
|
-
"babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
|
|
26
|
-
"browserify": "browserify ./lib/examples.js --standalone examples > ./examples.js",
|
|
27
|
-
"browserify-debug": "browserify ./lib/examples.js --standalone examples --debug > ./examples.js",
|
|
28
|
-
"build": "npm run clean && npm run babel && npm run browserify",
|
|
29
|
-
"build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
|
|
30
|
-
"watch": "npm run build && chokidar './index.js' './es6/**/*.js' -c 'npm run build'",
|
|
31
|
-
"watch-debug": "npm run build-debug && chokidar './index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "reaction-with-style",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "1.4.36",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/djalbat/reaction-with-style",
|
|
7
|
-
"description": "Programmatic styles for Reaction.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/djalbat/reaction-with-style"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"with-style": "^1.3.36"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"babel": "^6.5.2",
|
|
17
|
-
"babel-cli": "^6.7.5",
|
|
18
|
-
"babel-preset-es2015": "^6.6.0",
|
|
19
|
-
"chokidar-cli": "^1.2.0"
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"clean": "rm -rf ./lib",
|
|
23
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
24
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
25
|
-
"build": "npm run clean && npm run babel",
|
|
26
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
27
|
-
"watch": "npm run build && chokidar './index.js' './es6/**/*.js' -c 'npm run build'",
|
|
28
|
-
"watch-debug": "npm run build-debug && chokidar './index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sufficient",
|
|
3
|
-
"author": "James Smith",
|
|
4
|
-
"version": "1.1.13",
|
|
5
|
-
"license": "MIT, Anti-996",
|
|
6
|
-
"homepage": "https://github.com/djalbat/Sufficient",
|
|
7
|
-
"description": "An MVC framework with scheduling.",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/djalbat/Sufficient"
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"necessary": "^1.7.5"
|
|
14
|
-
},
|
|
15
|
-
"devDependencies": {
|
|
16
|
-
"babel-cli": "^6.24.1",
|
|
17
|
-
"babel-preset-es2015": "^6.6.0",
|
|
18
|
-
"chokidar-cli": "^1.2.0"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"clean": "rm -rf ./lib",
|
|
22
|
-
"babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
|
|
23
|
-
"babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
|
|
24
|
-
"build": "npm run clean && npm run babel",
|
|
25
|
-
"build-debug": "npm run clean && npm run babel-debug",
|
|
26
|
-
"watch": "npm run build && chokidar './index.js' './es6/**/*.js' -c 'npm run build'",
|
|
27
|
-
"watch-debug": "npm run build-debug && chokidar './index.js' './es6/**/*.js' -c 'npm run build-debug'"
|
|
28
|
-
}
|
|
29
|
-
}
|