UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

75 lines (74 loc) 2.04 kB
{ "_args": [ [ "nanobus@4.3.5", "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription" ] ], "_development": true, "_from": "nanobus@4.3.5", "_id": "nanobus@4.3.5", "_inBundle": false, "_integrity": "sha512-6UlqagLV9/ADqcTU60mipAPEd16WDbO+a9WeeGVn9RucHKNDTcPt9MOf8ZmAvbA3V2CV+EJS28eupNalg4YF8Q==", "_location": "/nanobus", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "nanobus@4.3.5", "name": "nanobus", "escapedName": "nanobus", "rawSpec": "4.3.5", "saveSpec": null, "fetchSpec": "4.3.5" }, "_requiredBy": [ "/webpack-serve" ], "_resolved": "https://registry.npmjs.org/nanobus/-/nanobus-4.3.5.tgz", "_spec": "4.3.5", "_where": "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription", "browser": { "assert": "nanoassert" }, "bugs": { "url": "https://github.com/choojs/nanobus/issues" }, "dependencies": { "nanoassert": "^1.1.0", "nanotiming": "^7.2.0", "remove-array-items": "^1.0.0" }, "description": "Tiny message bus", "devDependencies": { "browserify": "^15.2.0", "dependency-check": "^3.0.0", "nanobench": "^2.1.0", "nyc": "^11.4.1", "standard": "^10.0.3", "tap-spec": "^4.1.1", "tape": "^4.6.3", "tape-run": "^3.0.1" }, "homepage": "https://github.com/choojs/nanobus#readme", "keywords": [ "emit", "event" ], "license": "MIT", "name": "nanobus", "repository": { "type": "git", "url": "git+https://github.com/choojs/nanobus.git" }, "scripts": { "bench": "node bench.js", "coverage": "nyc report --reporter=text-lcov > coverage.lcov", "deps": "dependency-check . && dependency-check . --extra --no-dev -i nanoassert", "start": "node .", "test": "npm run test:node && npm run test:browser", "test:browser": "browserify test.js | tape-run | tap-spec", "test:node": "standard && npm run deps && nyc node test.js | tap-spec" }, "version": "4.3.5" }