start werk
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
function noop() {
|
||||
throw new Error("Macro has not been processed");
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
define: noop,
|
||||
|
||||
assert: noop,
|
||||
assertRuntimeError: noop
|
||||
};
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"_from": "mamacro@^0.0.3",
|
||||
"_id": "mamacro@0.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA==",
|
||||
"_location": "/mamacro",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "mamacro@^0.0.3",
|
||||
"name": "mamacro",
|
||||
"escapedName": "mamacro",
|
||||
"rawSpec": "^0.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/helper-module-context"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
|
||||
"_shasum": "ad2c9576197c9f1abf308d0787865bd975a3f3e4",
|
||||
"_spec": "mamacro@^0.0.3",
|
||||
"_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/@webassemblyjs/helper-module-context",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "mamacro",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "0.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user