UNPKG

@chix/flow

Version:
87 lines 2.46 kB
{ "name": "@chix/flow", "version": "2.9.14", "description": "Chiχ Flow", "keywords": [ "chix", "fbp", "flow" ], "homepage": "https://github.com/chixio/chix/packages/chix-flow", "bugs": { "url": "https://github.com/chixio/chix/issues" }, "repository": { "type": "git", "url": "git://github.com/chixio/chix.git" }, "license": "MIT", "author": { "name": "Rob Halff", "email": "rob.halff@gmail.com", "url": "http://www.robberthalff.com/" }, "main": "./lib/index.js", "browser": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "clean": "rimraf lib/", "copy:types": "cp -R src/types lib/types", "lint": "tslint 'src/**/*.ts' -e \"**/test/**\" --fix", "lint:no-circular": "tslint -c ./tslint.no-circular.json 'src/**/*.ts' 'test/**/*.ts'", "lint:test": "tslint 'src/test/**/*.ts' --fix", "mocha": "mocha --opts src/test/mocha.opts", "prepare": "yarn run schemas", "prettier": "prettier", "schemas": "ts-node scripts/writeSchemas.ts", "test": "yarn run mocha 'src/test/**/**/*.ts'", "test:actor": "yarn run mocha 'src/test/unit/actor/*.ts'", "test:flow": "yarn run mocha 'src/test/unit/flow/*.ts'", "test:io": "yarn run mocha 'src/test/unit/io/*.ts'", "test:link": "yarn run mocha 'src/test/unit/link/*.ts'", "test:node": "yarn run mocha 'src/test/unit/node/*.ts'", "test:packet": "yarn run mocha 'src/test/unit/packet/*.ts'", "test:pm": "yarn run mocha 'src/test/unit/pm/*.ts'", "test:port": "yarn run mocha 'src/test/unit/port/*.ts'", "watch": "chokidar './src/**/*.js' 'test/**/*.js' -c 'npm -s test'" }, "dependencies": { "@chix/common": "^2.9.14", "@chix/iobox": "^2.9.14", "@chix/loader": "^2.9.14", "debug": "^4.1.1", "events": "^3.0.0", "instance-of": "^1.x", "js-sha1": "^0.6.0", "json-gate": "^0.8.23", "json-ptr": "^1.2.0", "lodash": "^4.17.15", "namify": "^0.1.3", "object-forof": "^1.x", "util": "^0.12.1", "uuid": "^3.3.3" }, "devDependencies": { "@chix/fbpx": "^2.9.14" }, "domain": "robberthalff.com", "maintainers": [ { "name": "Rob Halff", "email": "rob.halff@gmail.com", "web": "http://www.robberthalff.com" } ], "standard": { "ignore": [ "doc/" ], "globals": [ "before", "beforeEach", "describe", "it" ] }, "user": "Rob Halff" }