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.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/worker-rpc/package.json

66 lines
1.8 KiB

{
"_args": [
[
"worker-rpc@0.1.1",
"/home/sigonasr2/Please-Contain-Yourself/ecommerce_docker/frontend_server"
]
],
"_from": "worker-rpc@0.1.1",
"_id": "worker-rpc@0.1.1",
"_inBundle": false,
"_integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==",
"_location": "/worker-rpc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "worker-rpc@0.1.1",
"name": "worker-rpc",
"escapedName": "worker-rpc",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/fork-ts-checker-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/home/sigonasr2/Please-Contain-Yourself/ecommerce_docker/frontend_server",
"author": {
"name": "Christian Speckner",
"email": "cnspeckn@googlemail.com",
"url": "https://github.com/DirtyHairy/"
},
"bugs": {
"url": "https://github.com/DirtyHairy/worker-rpc/issues"
},
"dependencies": {
"microevent.ts": "~0.1.1"
},
"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"
}