You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.8 KiB
64 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_from": "worker-rpc@^0.1.0",
|
||
|
"_id": "worker-rpc@0.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==",
|
||
|
"_location": "/worker-rpc",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "worker-rpc@^0.1.0",
|
||
|
"name": "worker-rpc",
|
||
|
"escapedName": "worker-rpc",
|
||
|
"rawSpec": "^0.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/fork-ts-checker-webpack-plugin"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz",
|
||
|
"_shasum": "cb565bd6d7071a8f16660686051e969ad32f54d5",
|
||
|
"_spec": "worker-rpc@^0.1.0",
|
||
|
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\fork-ts-checker-webpack-plugin",
|
||
|
"author": {
|
||
|
"name": "Christian Speckner",
|
||
|
"email": "cnspeckn@googlemail.com",
|
||
|
"url": "https://github.com/DirtyHairy/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/DirtyHairy/worker-rpc/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"microevent.ts": "~0.1.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A simple RPC layer for communicating with web workers and over other transports",
|
||
|
"devDependencies": {
|
||
|
"mocha": "~6.1.4",
|
||
|
"typescript": "~3.4.5",
|
||
|
"typings": "~2.1.1"
|
||
|
},
|
||
|
"homepage": "https://github.com/DirtyHairy/worker-rpc#readme",
|
||
|
"keywords": [
|
||
|
"worker",
|
||
|
"rpc"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "worker-rpc",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/DirtyHairy/worker-rpc.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepublish": "tsc",
|
||
|
"pretest": "typings install && tsc -p tsconfig.test.json",
|
||
|
"test": "mocha -R spec -u tdd test"
|
||
|
},
|
||
|
"types": "lib/index.d.ts",
|
||
|
"version": "0.1.1"
|
||
|
}
|