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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyret-npm",
3
- "version": "0.0.47",
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]);