@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">
42 lines (41 loc) • 1.22 kB
JSON
{
"name": "nanobus",
"description": "Tiny message bus",
"version": "4.3.5",
"browser": {
"assert": "nanoassert"
},
"dependencies": {
"nanoassert": "^1.1.0",
"nanotiming": "^7.2.0",
"remove-array-items": "^1.0.0"
},
"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"
},
"keywords": [
"emit",
"event"
],
"license": "MIT",
"repository": "choojs/nanobus",
"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"
}
,"_resolved": "https://registry.npmjs.org/nanobus/-/nanobus-4.3.5.tgz"
,"_integrity": "sha512-6UlqagLV9/ADqcTU60mipAPEd16WDbO+a9WeeGVn9RucHKNDTcPt9MOf8ZmAvbA3V2CV+EJS28eupNalg4YF8Q=="
,"_from": "nanobus@4.3.5"
}