pyret-npm 0.0.47 → 0.0.50
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/package.json +3 -3
- package/pyret-lang/build/phaseA/base.jarr +2 -0
- package/pyret-lang/build/phaseA/bundled-node-compile-deps.js +2 -0
- package/pyret-lang/build/phaseA/bundled-node-deps.js +2 -0
- package/pyret-lang/build/phaseA/compiled/cli-module-loader.arr-7e03ce0f90bce7ed606cb6ecf8fa24522bdd2ab1eaa68142e28de4fcdbc3443f-module.js +21 -21
- package/pyret-lang/build/phaseA/compiled/cli-module-loader.arr-7e03ce0f90bce7ed606cb6ecf8fa24522bdd2ab1eaa68142e28de4fcdbc3443f-static.js +20 -20
- package/pyret-lang/build/phaseA/compiled/npm.arr-954b869edf003512e2fee0c12a57ac1970fab3ab0b7a0a79bd62e8ea26caee8f-module.js +3 -3
- package/pyret-lang/build/phaseA/compiled/npm.arr-954b869edf003512e2fee0c12a57ac1970fab3ab0b7a0a79bd62e8ea26caee8f-static.js +2 -2
- package/pyret-lang/build/phaseA/compiled/require-util-1eb1d5d4487b464ce0427a907e6bf72a1faa0b7ad1c675324673b4e9e5d84bbd.js +13 -7
- package/pyret-lang/build/phaseA/program-require.js +1 -1
- package/pyret-lang/build/phaseA/pyret.jarr +41 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pyret-npm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
4
4
|
"description": "The CLI for the Pyret programming language",
|
|
5
5
|
"files": [
|
|
6
6
|
"pyret.js",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"command-line-args": "^5.0.2",
|
|
13
13
|
"command-line-usage": "^5.0.5",
|
|
14
14
|
"mkdirp": "^0.5.1",
|
|
15
|
+
"resolve": "^1.22.10",
|
|
15
16
|
"strip-ansi": "^4.0.0",
|
|
16
17
|
"ws": "^5.2.1"
|
|
17
18
|
},
|
|
18
19
|
"scripts": {
|
|
19
20
|
"build": "bash build.sh",
|
|
20
|
-
"test": "jest test/"
|
|
21
|
-
"prepare": "npm run build"
|
|
21
|
+
"test": "jest test/"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
@@ -36803,6 +36803,8 @@ define("http", [], function () {return http;});
|
|
|
36803
36803
|
ws = nodeRequire("ws");
|
|
36804
36804
|
define("ws", [], function () { return ws });
|
|
36805
36805
|
|
|
36806
|
+
resolve = nodeRequire("resolve");
|
|
36807
|
+
define("resolve", [], function () { return resolve });
|
|
36806
36808
|
|
|
36807
36809
|
},{"buffer":49,"cross-fetch":57,"js-md5":113,"js-sha256":114,"q":146,"s-expression":161,"seedrandom":163,"source-map":182}]},{},[202]);
|
|
36808
36810
|
// Modifications to Danny Yoo's js-numbers library, whose LICENSE is:
|
|
@@ -36617,5 +36617,7 @@ define("http", [], function () {return http;});
|
|
|
36617
36617
|
ws = nodeRequire("ws");
|
|
36618
36618
|
define("ws", [], function () { return ws });
|
|
36619
36619
|
|
|
36620
|
+
resolve = nodeRequire("resolve");
|
|
36621
|
+
define("resolve", [], function () { return resolve });
|
|
36620
36622
|
|
|
36621
36623
|
},{"buffer":49,"cross-fetch":57,"js-md5":113,"js-sha256":114,"q":146,"s-expression":161,"seedrandom":163,"source-map":182}]},{},[202]);
|
|
@@ -46406,5 +46406,7 @@ define("path", [], function () { return path; });
|
|
|
46406
46406
|
http = nodeRequire("http");
|
|
46407
46407
|
define("http", [], function () {return http;});
|
|
46408
46408
|
|
|
46409
|
+
resolve = nodeRequire("resolve");
|
|
46410
|
+
define("resolve", [], function () {return resolve;});
|
|
46409
46411
|
|
|
46410
46412
|
},{"buffer":75,"canvas":85,"cross-fetch":92,"fast-csv":142,"js-md5":179,"js-sha256":180,"q":229,"s-expression":244,"seedrandom":247,"source-map":267}]},{},[291]);
|