File: //usr/local/lib/node_modules/@ionic/cli/node_modules/@tootallnate/quickjs-emscripten/package.json
{
"_from": "@tootallnate/quickjs-emscripten@^0.23.0",
"_id": "@tootallnate/quickjs-emscripten@0.23.0",
"_inBundle": false,
"_integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
"_location": "/@ionic/cli/@tootallnate/quickjs-emscripten",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@tootallnate/quickjs-emscripten@^0.23.0",
"name": "@tootallnate/quickjs-emscripten",
"escapedName": "@tootallnate%2fquickjs-emscripten",
"scope": "@tootallnate",
"rawSpec": "^0.23.0",
"saveSpec": null,
"fetchSpec": "^0.23.0"
},
"_requiredBy": [
"/@ionic/cli/pac-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
"_shasum": "db4ecfd499a9765ab24002c3b696d02e6d32a12c",
"_spec": "@tootallnate/quickjs-emscripten@^0.23.0",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/pac-proxy-agent",
"bugs": {
"url": "https://github.com/justjake/quickjs-emscripten/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Javascript/Typescript bindings for QuickJS, a modern Javascript interpreter, compiled to WebAssembly.",
"devDependencies": {
"@types/emscripten": "^1.38.0",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.4",
"fs-extra": "^10.0.1",
"markserv": "^1.17.4",
"mocha": "7.2.0",
"node-fetch-commonjs": "^3.1.1",
"prettier": "2.8.4",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.22.0",
"typedoc-plugin-inline-sources": "^1.0.1",
"typedoc-plugin-markdown": "^3.11.12",
"typescript": "^4.9.5"
},
"files": [
"c/interface.c",
"dist/**/*",
"!dist/*.test.js",
"!dist/*.tsbuildinfo"
],
"homepage": "https://github.com/justjake/quickjs-emscripten#readme",
"keywords": [
"eval",
"quickjs",
"vm",
"interpreter",
"runtime",
"safe",
"emscripten",
"wasm"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@tootallnate/quickjs-emscripten",
"repository": {
"type": "git",
"url": "git+https://github.com/justjake/quickjs-emscripten.git"
},
"scripts": {
"build": "make dist",
"clean": "make clean",
"doc": "typedoc",
"prettier": "prettier --write .",
"prettier-check": "prettier --check .",
"smoketest-cra": "yarn tarball && ./scripts/smoketest-website.sh",
"smoketest-node": "yarn tarball && ./scripts/smoketest-node.sh",
"tarball": "make build/quickjs-emscripten.tgz",
"test": "TS_NODE_TRANSPILE_ONLY=true mocha 'ts/**/*.test.ts'",
"test-all": "TEST_LEAK=1 yarn test && TEST_LEAK=1 yarn test-dist",
"test-dist": "cd dist && TS_NODE_TRANSPILE_ONLY=true mocha --require source-map-support/register *.test.js",
"test-fast": "TEST_NO_ASYNC=true yarn test 'ts/**/*.test.ts'",
"tsc": "tsc",
"update-quickjs": "git subtree pull --prefix=quickjs --squash git@github.com:bellard/quickjs.git master"
},
"sideEffects": false,
"version": "0.23.0"
}