File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/subscriptions-transport-ws/package.json
{
"_from": "subscriptions-transport-ws@^0.9.16",
"_id": "subscriptions-transport-ws@0.9.18",
"_inBundle": false,
"_integrity": "sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==",
"_location": "/subscriptions-transport-ws",
"_phantomChildren": {
"async-limiter": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "subscriptions-transport-ws@^0.9.16",
"name": "subscriptions-transport-ws",
"escapedName": "subscriptions-transport-ws",
"rawSpec": "^0.9.16",
"saveSpec": null,
"fetchSpec": "^0.9.16"
},
"_requiredBy": [
"/apollo-server-core",
"/apollo-server-express",
"/vue-cli-plugin-apollo"
],
"_resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz",
"_shasum": "bcf02320c911fbadb054f7f928e51c6041a37b97",
"_spec": "subscriptions-transport-ws@^0.9.16",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/apollo-server-express",
"browser": "dist/client.js",
"bugs": {
"url": "https://github.com/apollostack/subscriptions-transport-ws/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Authors"
},
{
"name": "Jonas Helfer",
"email": "helfer@users.noreply.github.com"
},
{
"name": "Jonas Helfer",
"email": "jonas@helfer.email"
},
{
"name": "Amanda Jin Liu",
"email": "ajliu72@gmail.com"
},
{
"name": "Robin Ricard",
"email": "ricard.robin@gmail.com"
},
{
"name": "Sashko Stubailo",
"email": "s.stubailo@gmail.com"
},
{
"name": "Sashko Stubailo",
"email": "sashko@stubailo.com"
},
{
"name": "Hagai Cohen",
"email": "DxCx@users.noreply.github.com"
},
{
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com"
},
{
"name": "Francois Valdy",
"email": "gluck@users.noreply.github.com"
},
{
"name": "Daniel Rinehart",
"email": "NeoPhi@users.noreply.github.com"
},
{
"name": "Lukas Fittl",
"email": "lfittl@users.noreply.github.com"
}
],
"dependencies": {
"backo2": "^1.0.2",
"eventemitter3": "^3.1.0",
"iterall": "^1.2.1",
"symbol-observable": "^1.0.4",
"ws": "^5.2.0"
},
"deprecated": false,
"description": "A websocket transport for GraphQL subscriptions",
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/graphql": "^14.0.0",
"@types/is-promise": "^2.1.0",
"@types/lodash": "^4.14.109",
"@types/mocha": "^5.2.5",
"@types/node": "^8.0.8",
"@types/sinon": "^5.0.1",
"@types/ws": "^5.1.2",
"chai": "^4.0.2",
"graphql": "^15.3.0",
"graphql-subscriptions": "^1.0.0",
"istanbul": "^1.0.0-alpha.2",
"lodash": "^4.17.1",
"mocha": "^5.2.0",
"mock-socket-with-protocol": "^7.1.0",
"remap-istanbul": "^0.11.1",
"rimraf": "^2.6.1",
"sinon": "^6.1.4",
"tslint": "^5.10.0",
"typescript": "^3.9.6",
"webpack": "^3.1.0"
},
"homepage": "https://github.com/apollostack/subscriptions-transport-ws#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "subscriptions-transport-ws",
"peerDependencies": {
"graphql": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollostack/subscriptions-transport-ws.git"
},
"scripts": {
"browser-compile": "webpack --config \"./unpkg-webpack.config.js\"",
"clean": "rimraf browser dist coverage",
"compile": "tsc",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- --exit --full-trace ./dist/test/tests.js",
"lint": "tslint --format stylish --project ./tsconfig.json",
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
"posttest": "npm run lint",
"prepublishOnly": "npm run clean && npm run compile && npm run browser-compile",
"pretest": "npm run compile",
"test": "npm run testonly --",
"testonly": "mocha --exit --reporter spec --full-trace ./dist/test/**/*.js",
"watch": "tsc -w"
},
"typescript": {
"definition": "dist/index.d.ts"
},
"typings": "dist/index.d.ts",
"version": "0.9.18"
}