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.
Files changed (49) hide show
  1. package/bin/action/listForcedDependencyRelations.js +4 -7
  2. package/package.json +3 -3
  3. package/test/Development/.propagaterc +0 -11
  4. package/test/Development/argumentative/package.json +0 -27
  5. package/test/Development/boring/package.json +0 -22
  6. package/test/Development/concur-algorithm/package.json +0 -44
  7. package/test/Development/concurrent-layer-protocol/package.json +0 -38
  8. package/test/Development/easy/package.json +0 -27
  9. package/test/Development/easy-draganddrop/package.json +0 -36
  10. package/test/Development/easy-layout/package.json +0 -29
  11. package/test/Development/easy-richtextarea/package.json +0 -30
  12. package/test/Development/fragmented/package.json +0 -31
  13. package/test/Development/inference/package.json +0 -45
  14. package/test/Development/juxtapose/package.json +0 -35
  15. package/test/Development/necessary/package.json +0 -26
  16. package/test/Development/occam-browser/package.json +0 -13
  17. package/test/Development/occam-client/package.json +0 -53
  18. package/test/Development/occam-colours/package.json +0 -11
  19. package/test/Development/occam-custom-grammars/package.json +0 -41
  20. package/test/Development/occam-desktop/package.json +0 -21
  21. package/test/Development/occam-directed-graphs/package.json +0 -34
  22. package/test/Development/occam-documents/package.json +0 -27
  23. package/test/Development/occam-dom/package.json +0 -40
  24. package/test/Development/occam-editor/package.json +0 -44
  25. package/test/Development/occam-file-system/package.json +0 -33
  26. package/test/Development/occam-grammar-utilities/package.json +0 -41
  27. package/test/Development/occam-kahn/package.json +0 -30
  28. package/test/Development/occam-lazy/package.json +0 -44
  29. package/test/Development/occam-lexers/package.json +0 -38
  30. package/test/Development/occam-open-cli/package.json +0 -40
  31. package/test/Development/occam-parsers/package.json +0 -39
  32. package/test/Development/occam-pearce-kelly/package.json +0 -31
  33. package/test/Development/occam-pretty/package.json +0 -43
  34. package/test/Development/occam-tarjan/package.json +0 -30
  35. package/test/Development/occam-verifier/package.json +0 -23
  36. package/test/Development/propagate-cli/package.json +0 -21
  37. package/test/Development/reaction/package.json +0 -33
  38. package/test/Development/reaction-with-style/package.json +0 -30
  39. package/test/Development/sufficient/package.json +0 -29
  40. package/test/Development/with-style/package.json +0 -45
  41. package/test/Development/xgl/package.json +0 -38
  42. package/test/Development/xgl-server/package.json +0 -32
  43. package/test/Public/aleph-one.com/package.json +0 -30
  44. package/test/Public/djalbat.com/package.json +0 -6
  45. package/test/Public/juxtapose.info/package.json +0 -36
  46. package/test/Public/occam.science/package.json +0 -40
  47. package/test/Public/openmathematics.org/package.json +0 -47
  48. package/test/Public/schoonercecilie.org/package.json +0 -30
  49. package/test/Public/weconcurjohn.com/package.json +0 -8
@@ -1,45 +0,0 @@
1
- {
2
- "name": "with-style",
3
- "author": "James Smith",
4
- "version": "1.3.37",
5
- "license": "MIT, Anti-996",
6
- "homepage": "https://github.com/djalbat/with-style",
7
- "description": "Programmatic styles support.",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/djalbat/with-style"
11
- },
12
- "dependencies": {
13
- "hashids": "~1.0.2",
14
- "necessary": "^3.2.2",
15
- "occam-dom": "^1.2.44",
16
- "occam-lexers": "^10.1.70",
17
- "occam-parsers": "^10.1.61",
18
- "random-seed": "^0.3.0",
19
- "reaction": "^2.2.0",
20
- "uuid": "^3.3.2"
21
- },
22
- "devDependencies": {
23
- "babel": "^6.5.2",
24
- "babel-cli": "^6.7.5",
25
- "babel-plugin-transform-react-jsx": "^6.7.5",
26
- "babel-preset-es2015": "^6.6.0",
27
- "babel-preset-react": "^6.5.0",
28
- "browserify": "^13.0.0",
29
- "chokidar-cli": "^1.2.0",
30
- "easy": "^7.13.0",
31
- "easy-layout": "^2.1.46",
32
- "juxtapose": "^1.0.89"
33
- },
34
- "scripts": {
35
- "clean": "rm -rf ./lib",
36
- "babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
37
- "babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
38
- "browserify": "browserify ./lib/example.js > ./example.js",
39
- "browserify-debug": "browserify ./lib/example.js --debug > ./example.js",
40
- "build": "npm run clean && npm run babel && npm run browserify",
41
- "build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug",
42
- "watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
43
- "watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
44
- }
45
- }
@@ -1,38 +0,0 @@
1
- {
2
- "name": "xgl",
3
- "author": "James Smith",
4
- "version": "1.5.37",
5
- "license": "MIT, Anti-996",
6
- "homepage": "https://github.com/djalbat/xgl",
7
- "description": "Makes use of JSX to leverage WebGL.",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/djalbat/xgl"
11
- },
12
- "dependencies": {
13
- "necessary": "^2.6.4"
14
- },
15
- "devDependencies": {
16
- "@babel/core": "^7.4.4",
17
- "babel": "^6.5.2",
18
- "babel-cli": "^6.26.0",
19
- "babel-plugin-transform-react-jsx": "^6.7.5",
20
- "babel-preset-es2015": "^6.6.0",
21
- "babel-preset-react": "^6.5.0",
22
- "browserify": "^13.0.0",
23
- "chokidar-cli": "^1.2.0",
24
- "express": "^4.16.4",
25
- "xgl-server": "^1.0.0"
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 > ./public/lib/example.js",
32
- "browserify-debug": "browserify ./lib/example.js --debug > ./public/lib/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,32 +0,0 @@
1
- {
2
- "name": "xgl-server",
3
- "author": "James Smith",
4
- "version": "1.1.1",
5
- "license": "MIT, Anti-996",
6
- "homepage": "https://github.com/djalbat/xgl-server",
7
- "description": "Image compositing for XGL.",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/djalbat/xgl-server"
11
- },
12
- "dependencies": {
13
- "necessary": "^2.5.0",
14
- "sharp": "^0.23.2"
15
- },
16
- "devDependencies": {
17
- "babel": "^6.5.2",
18
- "babel-cli": "^6.26.0",
19
- "babel-preset-es2015": "^6.6.0",
20
- "chokidar-cli": "^1.2.0",
21
- "express": "^4.15.4"
22
- },
23
- "scripts": {
24
- "clean": "rm -rf ./lib",
25
- "babel": "babel ./es6 --presets=es2015 --out-dir=./lib",
26
- "babel-debug": "babel ./es6 --presets=es2015 --source-maps inline --out-dir=./lib",
27
- "build": "npm run clean && npm run babel",
28
- "build-debug": "npm run clean && npm run babel-debug",
29
- "watch": "npm run build && chokidar './index.js' './es6/**/*.js' -c 'npm run build'",
30
- "watch-debug": "npm run build-debug && chokidar './index.js' './es6/**/*.js' -c 'npm run build-debug'"
31
- }
32
- }
@@ -1,30 +0,0 @@
1
- {
2
- "dependencies": {
3
- "express": "^4.16.4",
4
- "necessary": "^3.4.0",
5
- "sharp": "^0.23.1",
6
- "xgl-server": "^1.1.1"
7
- },
8
- "devDependencies": {
9
- "babel": "^6.5.2",
10
- "babel-cli": "^6.26.0",
11
- "babel-plugin-transform-react-jsx": "^6.7.5",
12
- "babel-preset-es2015": "^6.6.0",
13
- "babel-preset-react": "^6.5.0",
14
- "browserify": "^13.0.0",
15
- "chokidar-cli": "^1.2.0",
16
- "easy": "^8.2.45",
17
- "xgl": "^1.5.35"
18
- },
19
- "scripts": {
20
- "clean": "rm -rf ./tmp",
21
- "babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./tmp",
22
- "babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./tmp",
23
- "browserify": "browserify ./tmp/client.js > ./public/script/client.js",
24
- "browserify-debug": "browserify ./tmp/client.js --debug > ./public/script/client.js",
25
- "build": "npm run clean && npm run babel && npm run browserify && npm run clean",
26
- "build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug && npm run clean",
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,6 +0,0 @@
1
- {
2
- "dependencies": {
3
- "express": "^4.11.2",
4
- "necessary": "^3.1.4"
5
- }
6
- }
@@ -1,36 +0,0 @@
1
- {
2
- "dependencies": {
3
- "express": "^4.11.2",
4
- "necessary": "^3.1.4"
5
- },
6
- "devDependencies": {
7
- "babel": "^6.23.0",
8
- "babel-cli": "^6.24.1",
9
- "babel-plugin-transform-react-jsx": "^6.7.5",
10
- "babel-preset-es2015": "^6.6.0",
11
- "babel-preset-react": "^6.5.0",
12
- "browserify": "^13.0.0",
13
- "chokidar-cli": "^1.2.0",
14
- "easy": "^8.2.43",
15
- "easy-draganddrop": "^8.0.151",
16
- "easy-layout": "^2.1.55",
17
- "easy-richtextarea": "^1.1.86",
18
- "fragmented": "^1.0.13",
19
- "juxtapose": "^1.0.92",
20
- "node-sass": "^4.9.4",
21
- "node-sass-middleware": "^0.9.8"
22
- },
23
- "scripts": {
24
- "clean": "rm -rf ./lib",
25
- "babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./lib",
26
- "babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./lib",
27
- "browserify-juxtapose": "browserify ./lib/juxtapose.js > ./public/scripts/juxtapose.js",
28
- "browserify-juxtapose-debug": "browserify ./lib/juxtapose.js --debug > ./public/scripts/juxtapose.js",
29
- "browserify": "npm run browserify-juxtapose",
30
- "browserify-debug": "npm run browserify-juxtapose-debug",
31
- "build": "npm run clean && npm run babel && npm run browserify && npm run clean",
32
- "build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug && npm run clean",
33
- "watch": "npm run build && chokidar './es6/**/*.js' -c 'npm run build'",
34
- "watch-debug": "npm run build-debug && chokidar './es6/**/*.js' -c 'npm run build-debug'"
35
- }
36
- }
@@ -1,40 +0,0 @@
1
- {
2
- "dependencies": {
3
- "express": "^4.11.2",
4
- "necessary": "^3.1.4"
5
- },
6
- "devDependencies": {
7
- "@jecs-imperial/concurrent-layer-protocol": "0.0.114",
8
- "@jecs-imperial/occam-pretty": "0.0.213",
9
- "babel-cli": "^6.24.1",
10
- "babel-plugin-transform-react-jsx": "^6.7.5",
11
- "babel-preset-es2015": "^6.6.0",
12
- "babel-preset-react": "^6.5.0",
13
- "browserify": "^13.0.0",
14
- "chokidar-cli": "^1.2.0",
15
- "easy": "^8.2.45",
16
- "easy-layout": "^2.2.9",
17
- "easy-richtextarea": "^1.1.86",
18
- "juxtapose": "^1.0.92",
19
- "node-sass": "^4.12.0",
20
- "node-sass-middleware": "^0.11.0",
21
- "occam-custom-grammars": "^3.0.46",
22
- "occam-dom": "^1.2.44",
23
- "occam-grammar-utilities": "^3.0.46",
24
- "occam-lexers": "^10.1.70",
25
- "occam-parsers": "^10.1.61",
26
- "uglify-js": "^3.3.17"
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/main.js > ./public/lib/occam.js",
33
- "browserify-debug": "browserify ./lib/main.js --debug > ./public/lib/occam.js",
34
- "uglify": "uglifyjs --comments --mangle --mangle-toplevel --compress --output ./public/lib/occam.js -- ./public/lib/occam.js",
35
- "build": "npm run clean && npm run babel && npm run browserify && npm run uglify && npm run clean",
36
- "build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug && npm run clean",
37
- "watch": "npm run build && chokidar './es6/**/*.js' -c 'npm run build'",
38
- "watch-debug": "npm run build-debug && chokidar './es6/**/*.js' -c 'npm run build-debug'"
39
- }
40
- }
@@ -1,47 +0,0 @@
1
- {
2
- "dependencies": {
3
- "@jecs-imperial/occam-documents": "^0.0.204",
4
- "body-parser": "^1.18.2",
5
- "cookie-parser": "^1.4.3",
6
- "express": "^4.14.0",
7
- "hashids": "~1.0.2",
8
- "mysql": "^2.12.0",
9
- "necessary": "^3.3.1",
10
- "nodemailer": "^4.4.2",
11
- "occam-open-cli": "^2.0.73",
12
- "random-seed": "^0.3.0",
13
- "request": "^2.79.0",
14
- "uuid": "^3.3.2",
15
- "yamlparser": "0.0.2"
16
- },
17
- "devDependencies": {
18
- "babel": "^6.5.2",
19
- "babel-cli": "^6.26.0",
20
- "babel-plugin-transform-react-jsx": "^6.7.5",
21
- "babel-preset-es2015": "^6.6.0",
22
- "babel-preset-react": "^6.5.0",
23
- "browserify": "^14.1.0",
24
- "chokidar-cli": "^1.2.0",
25
- "fragmented": "^2.0.5",
26
- "inference": "^1.0.48",
27
- "js-cookie": "^2.2.0",
28
- "occam-lexers": "^10.1.70",
29
- "occam-parsers": "^10.1.61",
30
- "reaction": "^2.2.3",
31
- "reaction-with-style": "^1.4.35",
32
- "remarkable": "^1.7.1",
33
- "setimmediate": "^1.0.5",
34
- "useragent": "^2.3.0"
35
- },
36
- "scripts": {
37
- "clean": "rm -rf ./tmp",
38
- "babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./tmp",
39
- "babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./tmp",
40
- "browserify": "browserify ./tmp/main.js > ./public/lib/openMathematics.js",
41
- "browserify-debug": "browserify ./tmp/main.js --debug > ./public/lib/openMathematics.js",
42
- "build": "npm run clean && npm run babel && npm run browserify && npm run clean",
43
- "build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug && npm run clean",
44
- "watch": "npm run build && chokidar 'index.js' './es6/**/*.js' -c 'npm run build'",
45
- "watch-debug": "npm run build-debug && chokidar 'index.js' './es6/**/*.js' -c 'npm run build-debug'"
46
- }
47
- }
@@ -1,30 +0,0 @@
1
- {
2
- "dependencies": {
3
- "express": "^4.11.2",
4
- "necessary": "^3.2.4"
5
- },
6
- "devDependencies": {
7
- "babel": "^6.5.2",
8
- "babel-cli": "^6.7.5",
9
- "babel-plugin-transform-react-jsx": "^6.8.0",
10
- "babel-preset-es2015": "^6.6.0",
11
- "babel-preset-react": "^6.16.0",
12
- "browserify": "^13.0.0",
13
- "chokidar-cli": "^1.2.0",
14
- "fragmented": "^1.0.6",
15
- "inference": "^1.0.49",
16
- "reaction": "^2.2.5",
17
- "reaction-with-style": "^1.4.35"
18
- },
19
- "scripts": {
20
- "clean": "rm -rf ./tmp",
21
- "babel": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --out-dir=./tmp",
22
- "babel-debug": "babel ./es6 --presets=es2015,react --plugins transform-react-jsx --source-maps inline --out-dir=./tmp",
23
- "browserify": "browserify ./tmp/main.js > ./public/lib/schoonerCecilie.js",
24
- "browserify-debug": "browserify ./tmp/main.js --debug > ./public/lib/schoonerCecilie.js",
25
- "build": "npm run clean && npm run babel && npm run browserify && npm run clean",
26
- "build-debug": "npm run clean && npm run babel-debug && npm run browserify-debug && npm run clean",
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,8 +0,0 @@
1
- {
2
- "dependencies": {
3
- "@jecs-imperial/concurrent-layer-protocol": "0.0.114",
4
- "body-parser": "^1.18.3",
5
- "express": "^4.11.2",
6
- "necessary": "^3.3.1"
7
- }
8
- }