UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

131 lines (130 loc) 3.07 kB
{ "_args": [ [ "iterare@1.2.0", "/Users/john/src/homebridge-config-ui-x" ] ], "_from": "iterare@1.2.0", "_id": "iterare@1.2.0", "_inBundle": false, "_integrity": "sha512-RxMV9p/UzdK0Iplnd8mVgRvNdXlsTOiuDrqMRnDi3wIhbT+JP4xDquAX9ay13R3CH72NBzQ91KWe0+C168QAyQ==", "_location": "/iterare", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "iterare@1.2.0", "name": "iterare", "escapedName": "iterare", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "/@nestjs/core", "/@nestjs/websockets" ], "_resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.0.tgz", "_spec": "1.2.0", "_where": "/Users/john/src/homebridge-config-ui-x", "author": { "name": "Felix Becker", "email": "felix.b@outlook.com" }, "bugs": { "url": "https://github.com/felixfbecker/iterare/issues" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "description": "Array methods for ES6 Iterators", "devDependencies": { "@commitlint/cli": "^8.0.0", "@commitlint/config-conventional": "^8.0.0", "@reactivex/ix-es2015-cjs": "^2.5.3", "@types/benchmark": "^1.0.31", "@types/lodash": "^4.14.134", "@types/mocha": "^5.2.7", "@types/node": "^7.10.6", "benchmark": "^2.1.4", "husky": "^2.4.0", "ix": "^2.5.3", "lodash": "^4.17.11", "mocha": "^6.1.4", "nyc": "^14.1.1", "prettier": "^1.18.0", "rxjs": "^6.5.2", "semantic-release": "^15.13.12", "ts-node": "^8.2.0", "tslint": "^5.17.0", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.14.2", "typescript": "~3.5.1" }, "engines": { "node": ">=6" }, "homepage": "https://github.com/felixfbecker/iterare#readme", "husky": { "hooks": { "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" } }, "keywords": [ "iterator", "iteration", "functional", "es6", "collection", "array", "map", "set", "filter", "reduce", "flatten", "concat", "every", "some" ], "license": "ISC", "main": "lib/index.js", "mocha": { "spec": "src/**/*.test.ts", "require": "ts-node/register" }, "name": "iterare", "nyc": { "all": true, "extension": [ ".ts" ], "include": [ "src/**/*.ts" ], "exclude": [ "src/**/*.test.ts" ], "reporter": [ "text", "json" ] }, "repository": { "type": "git", "url": "git+https://github.com/felixfbecker/iterare.git" }, "scripts": { "build": "tsc", "prettier": "prettier --write --list-different '**/*.{ts,json,js,md,yml}'", "semantic-release": "semantic-release", "test": "nyc mocha", "tslint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts'", "typedoc": "typedoc --out typedoc --tsconfig tsconfig.json --ignoreCompilerErrors --mode file --excludeExternals src", "watch": "tsc -w" }, "typings": "lib/index.d.ts", "version": "1.2.0" }