@falsejs/falsejs 4.1.2 → 4.1.3
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/index.js +4 -4
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
* License
|
|
3
|
-
* FalseJS <https://
|
|
4
|
-
* Copyright 10x'ly Made and other contributors <https://
|
|
3
|
+
* FalseJS <https://github.com/enterprise-npm-ai/FalseJS>
|
|
4
|
+
* Copyright 10x'ly Made and other contributors <https://github.com/enterprise-npm-ai>
|
|
5
5
|
* Released under MIT license <https://opensource.org/license/mit>
|
|
6
6
|
* made with HEAVY BLACK HEART U+2764
|
|
7
7
|
* Thanks to biome for being a good formatter + linter
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
*
|
|
11
|
-
* FalseJS <https://
|
|
11
|
+
* FalseJS <https://github.com/enterprise-npm-ai/FalseJS>
|
|
12
12
|
*
|
|
13
13
|
*
|
|
14
14
|
* I didn't choose the 10x life, the 10x life chose me
|
|
@@ -73,7 +73,7 @@ if (isComputerOnFire()) {
|
|
|
73
73
|
const _ = require("lodash") // every project needs lodash
|
|
74
74
|
const underscore = require("underscore") // underscore.js. the predecessor of lodash.
|
|
75
75
|
const k = require("kitty") // lodash but with some mixins in it
|
|
76
|
-
const aura = require("
|
|
76
|
+
const aura = require("lolite") // the 10x utility package
|
|
77
77
|
const React = require("react") // the hype framework everyone uses for some reason
|
|
78
78
|
const ReactDOMServer = require("react-dom/server") // part of react
|
|
79
79
|
const cheerio = require("cheerio") // cheerio!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@falsejs/falsejs",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"description": "Returns false.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"assert-fn": "^1.0.0",
|
|
48
48
|
"async.util.noop": "^0.5.2",
|
|
49
49
|
"attempt-statement": "^1.1.0",
|
|
50
|
-
"aura3": "^1.0.3-enterprise.stable",
|
|
51
50
|
"axios": "^1.7.7",
|
|
52
51
|
"blank-space": "^0.0.1",
|
|
53
52
|
"bluebird": "^3.7.2",
|
|
@@ -177,6 +176,7 @@
|
|
|
177
176
|
"lodash.noop": "^3.0.1",
|
|
178
177
|
"logtoconsole": "^1.0.7",
|
|
179
178
|
"lolcatjs": "^2.4.3",
|
|
179
|
+
"lolite": "^1.1.15",
|
|
180
180
|
"lua-interpreter": "^0.0.3",
|
|
181
181
|
"luaparse": "^0.3.1",
|
|
182
182
|
"m.noop": "^2.0.0",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"zeropad": "^1.1.0",
|
|
271
271
|
"zerosurge": "^15.0.0"
|
|
272
272
|
},
|
|
273
|
-
"homepage": "https://
|
|
273
|
+
"homepage": "https://github.com/enterprise-npm-ai/FalseJS",
|
|
274
274
|
"repository": {
|
|
275
275
|
"type": "git",
|
|
276
276
|
"url": "git+https://github.com/10xEngineersQualityProgramming/FalseJS.git"
|