4.8.95 • Published 10 months ago

@patrtorg/officiis-repellendus v4.8.95

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

load

Build Status NPM version

Because fuck dedicated module patterns, module loaders, compilers and other kind of pointless code bloat that requires me to wrap my client-side JavaScript for server usage.

People need to understand that the Node.js module system is nothing more then a vm that reads our a pre-defined module variable. We don't need to be stuck in this pattern, we can just get all the globals that are introduced while we load the script and tada, we're running the snippet on the server.

Installation

Load is available in npm so you can install it by running:

npm --save load

API

var load = require('load');

// file.js contents:
//
// function test() { return 'test' };
//

// load returns all the introduced globals as an object, so specify the name of
// function you need in order to call it.
var test = load('file.js').test;

// file2.js contents:
//
// function test() {}
// function test1() {}
//

var library = load('file2');
console.log(library.test);
console.log(library.test1);

var moo = load.compiler('function cow() { console.log("moo") }', 'moo.js');
moo(); // console.log('moo');

// And that it.

License

MIT

JSON-SchemasharedarraybuffervisualindicatorES2016@@toStringTagObject.isHyBishimArray.prototype.filterawsreplaywafreact animationextraFloat32Arrayprivate datamockingECMAScript 2018speces7routestreamsArray.prototype.containsintrinsiccolorseast-asian-widthmatchbrowservarowncommandawesomesaucecheckArrayBuffer#sliceutilhandlereverymovegetterregexpobjdefinePropertywaiterror-handlingtakeframerslotsameValueZeropromise256xhrnativecloudfrontpositivetoStringTagUint16ArrayArrayBufferformwindowsschemafastcopyES2019proxyInt32ArrayArray.prototype.findLastuploadwaapilintiestatuscollection.es6Array.prototype.includesoptioneffect-tsfull-widthroute53ECMAScript 2020urlpoint-free_.extendemittextbindprotocol-buffersconsolejsdomRFC-6455redux-toolkitdropcoercible.envhelpersES2020json-schemaSettraversevariables in csstranspilees-shimsmapjson-schema-validatorimportexport__proto__astexecfilejestfindLastcloudsearchprotoPromiseimmutable-0WebSocketequalfastiteratorperformancecryptodeleteformatReactiveExtensionsreact-testing-librarytoolkitshebangajvUnderscoreeslint-pluginobjectglobalpinotrimEndservicearrayvalidatesharedMapcomputed-typescall-bindstoragegatewayStyleSheetless compilerargument.gitignoreECMAScript 2015operating-systemescapeasciihasOwndeep-clonereadnopehotvaluesutilityposeflagaccessibilityfetchnodejQuerycontainscolumnworkspace:*ES2021subprocessdomlazyObservablemockdependenciestypeerrorstylingkoreanglobdescriptorsObject.entrieselbexeckeyrobustsyntaxerrorsymlinksstringifybyteLengthlinktimebinuser-streamsECMAScript 2021fast-clonees8cloudtrailes6efficientPushresolvefigletignorequoteestreedeterministicECMAScript 5datadeepcloneclassesless cssquerycall-bounda11yspinnerseventEmitterminimalflatjsxmixinsfiltermatchesECMAScript 7removegesturescompilerec2json-schema-validationtc39RegExp.prototype.flagscloudwatchclassnamesES2017typed arraycss variablefast-copysigintfunctionalfast-deep-cloneautoprefixerES2018inferenceesdescriptorkinesiscjkBigUint64ArraytoobjectlocalquerystringcssstructuredClonesafenegativeURLkeysbrowserslistFloat64Arraycolourpatchapipackage managerArraygradients cssi18nbabelreact-hooksiameslintconfigenvstringifierform-validationECMAScript 2019configaccessorspinnerbuffersyupES3xtermES8typesafeECMAScript 6regular expressioncallbackcolormanagerclifileclassnamecurlplugintouchcoreserializechannell10nweaksetponyfillisConcatSpreadabletestingextendauthdataviewhandlersgroupBydatastructuresidees-abstractebsshelltoArrayshrinkwrapCSSStyleDeclarationgetOwnPropertyDescriptorstatevariablesiterationpreprocessortacitsortMicrosoftES2023RxconcatjwteventDispatcheres5deep-copymkdirpenumerableECMAScript 2022Object.assignjoiinterruptses2017class-validatorFunction.prototype.nameairbnbcomparespeedrandombytebundlerpostcssassertionless mixinsString.prototype.matchAlltrimchromerecursiveESreact posefluxstylesheettypanionmergeanimationschemeutilitiesrangeerrorfpsimmerdiffprefixexecute
4.8.95

10 months ago

4.8.94

10 months ago

4.8.93

10 months ago

4.8.92

10 months ago

4.8.91

10 months ago

4.8.90

10 months ago

4.8.89

10 months ago

4.7.89

10 months ago

4.7.88

10 months ago

4.7.87

10 months ago

4.7.86

10 months ago

4.7.85

10 months ago

4.7.84

10 months ago

4.7.83

10 months ago

4.7.82

11 months ago

4.7.81

11 months ago

4.7.80

11 months ago

4.7.79

11 months ago

4.7.78

11 months ago

4.7.77

11 months ago

4.7.76

11 months ago

4.6.76

11 months ago

4.6.75

11 months ago

4.6.74

11 months ago

4.6.73

11 months ago

4.6.72

11 months ago

3.6.72

11 months ago

2.6.72

11 months ago

2.6.71

11 months ago

2.6.70

11 months ago

2.6.69

11 months ago

2.6.68

11 months ago

2.6.67

11 months ago

2.6.66

11 months ago

2.6.65

11 months ago

2.6.64

11 months ago

2.6.63

11 months ago

2.6.62

11 months ago

2.5.62

11 months ago

2.5.61

11 months ago

2.4.61

11 months ago

2.4.60

11 months ago

2.4.59

11 months ago

2.4.58

11 months ago

2.4.57

12 months ago

2.3.57

12 months ago

2.3.56

12 months ago

2.3.55

12 months ago

1.3.55

12 months ago

1.3.54

12 months ago

1.3.53

12 months ago

1.3.52

12 months ago

1.3.51

12 months ago

1.3.50

12 months ago

1.3.49

12 months ago

1.3.48

12 months ago

1.3.47

12 months ago

1.3.46

12 months ago

1.3.45

12 months ago

1.3.44

12 months ago

1.3.43

12 months ago

1.3.42

12 months ago

1.3.41

12 months ago

1.3.40

12 months ago

1.3.39

1 year ago

1.3.38

1 year ago

1.3.37

1 year ago

1.3.36

1 year ago

1.3.35

1 year ago

1.3.34

1 year ago

1.3.33

1 year ago

1.3.32

1 year ago

1.3.31

1 year ago

1.3.30

1 year ago

1.3.29

1 year ago

1.3.28

1 year ago

1.3.27

1 year ago

1.3.26

1 year ago

1.3.25

1 year ago

1.3.24

1 year ago

1.3.23

1 year ago

1.3.22

1 year ago

1.3.21

1 year ago

1.3.20

1 year ago

1.3.19

1 year ago

1.3.18

1 year ago

1.3.17

1 year ago

1.3.16

1 year ago

1.3.15

1 year ago

1.2.15

1 year ago

1.2.14

1 year ago

1.2.13

1 year ago

1.2.12

1 year ago

1.2.11

1 year ago

1.2.10

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago