File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/graphql-subscriptions/package.json
{
"_args": [
[
"graphql-subscriptions@1.1.0",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "graphql-subscriptions@1.1.0",
"_id": "graphql-subscriptions@1.1.0",
"_inBundle": false,
"_integrity": "sha512-6WzlBFC0lWmXJbIVE8OgFgXIP4RJi3OQgTPa0DVMsDXdpRDjTsM1K9wfl5HSYX7R87QAGlvcv2Y4BIZa/ItonA==",
"_location": "/graphql-subscriptions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql-subscriptions@1.1.0",
"name": "graphql-subscriptions",
"escapedName": "graphql-subscriptions",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/@vue/cli-ui",
"/apollo-server-express",
"/vue-cli-plugin-apollo"
],
"_resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"bugs": {
"url": "https://github.com/apollostack/graphql-subscriptions/issues"
},
"contributors": [
{
"name": "Authors"
},
{
"name": "Jonas Helfer",
"email": "helfer@users.noreply.github.com"
},
{
"name": "Jonas Helfer",
"email": "jonas@helfer.email"
},
{
"name": "Quint Stoffers",
"email": "quintstoffers@users.noreply.github.com"
},
{
"name": "Sashko Stubailo",
"email": "s.stubailo@gmail.com"
},
{
"name": "Sashko Stubailo",
"email": "sashko@stubailo.com"
},
{
"name": "David Yahalomi",
"email": "davidyaha@users.noreply.github.com"
},
{
"name": "Alexander Anich",
"email": "Anichale@users.noreply.github.com"
},
{
"name": "Francois Valdy",
"email": "gluck@users.noreply.github.com"
},
{
"name": "Daniel Rinehart",
"email": "NeoPhi@users.noreply.github.com"
}
],
"dependencies": {
"iterall": "^1.2.1"
},
"description": "GraphQL subscriptions for node.js",
"devDependencies": {
"@types/chai-as-promised": "^7.1.0",
"@types/graphql": "^14.0.0",
"@types/mocha": "^2.2.39",
"@types/node": "^8.0.28",
"@types/sinon": "5.0.2",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"graphql": "^14.0.0",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^5.2.0",
"remap-istanbul": "^0.9.1",
"rimraf": "^2.6.2",
"sinon": "^6.1.4",
"sinon-chai": "^3.2.0",
"tslint": "^5.11.0",
"typescript": "^2.3.2"
},
"homepage": "https://github.com/apollostack/graphql-subscriptions#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "graphql-subscriptions",
"peerDependencies": {
"graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollostack/graphql-subscriptions.git"
},
"scripts": {
"clean": "rimraf dist coverage",
"compile": "tsc",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js ./dist/test/asyncIteratorSubscription.js",
"lint": "tslint --project ./tsconfig.json ./src/**/*.ts",
"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",
"pretest": "npm run compile",
"test": "npm run testonly --",
"testonly": "mocha --reporter spec --full-trace ./dist/test/tests.js ./dist/test/asyncIteratorSubscription.js",
"watch": "tsc -w"
},
"typescript": {
"definition": "dist/index.d.ts"
},
"typings": "dist/index.d.ts",
"version": "1.1.0"
}