UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

97 lines (96 loc) 2.74 kB
{ "_from": "fast-json-stringify@^1.15.5", "_id": "fast-json-stringify@1.15.6", "_inBundle": false, "_integrity": "sha512-UKypbA85Qc53b8xdcXWI3g7TBnOV34+cYJczHJZv4KQ4mF3H9Mk3547FjX3lvUJO4Wf5kK0IhSO0eUTJKKcmEw==", "_location": "/fast-json-stringify", "_phantomChildren": { "fast-deep-equal": "2.0.1", "fast-json-stable-stringify": "2.0.0", "json-schema-traverse": "0.4.1", "uri-js": "4.2.2" }, "_requested": { "type": "range", "registry": true, "raw": "fast-json-stringify@^1.15.5", "name": "fast-json-stringify", "escapedName": "fast-json-stringify", "rawSpec": "^1.15.5", "saveSpec": null, "fetchSpec": "^1.15.5" }, "_requiredBy": [ "/fastify" ], "_resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-1.15.6.tgz", "_shasum": "47864aa15bc4be40ed959089a53a02c4fa7f5140", "_spec": "fast-json-stringify@^1.15.5", "_where": "/Users/john/src/homebridge-config-ui-x/node_modules/fastify", "author": { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, "bugs": { "url": "https://github.com/fastify/fast-json-stringify/issues" }, "bundleDependencies": false, "dependencies": { "ajv": "^6.10.2", "deepmerge": "^4.0.0" }, "deprecated": false, "description": "Stringify your JSON at max speed", "devDependencies": { "ajv-pack": "^0.3.1", "benchmark": "^2.1.4", "compile-json-stringify": "^0.1.2", "is-my-json-valid": "^2.20.0", "json-strify": "^0.1.7", "long": "^4.0.0", "pre-commit": "^1.2.2", "proxyquire": "^2.1.3", "standard": "^14.0.0", "tap": "^12.6.5", "tap-mocha-reporter": "^3.0.9", "typescript": "^3.6.3", "uglify-es": "^3.3.9" }, "greenkeeper": { "ignore": [ "tap" ] }, "homepage": "https://github.com/fastify/fast-json-stringify#readme", "keywords": [ "json", "stringify", "schema", "fast" ], "license": "MIT", "main": "index.js", "name": "fast-json-stringify", "precommit": "test", "repository": { "type": "git", "url": "git+https://github.com/fastify/fast-json-stringify.git" }, "scripts": { "benchmark": "node bench.js", "start": "node server.js", "test": "npm run test:lint && npm run test:unit && npm run test:typescript", "test:lint": "standard", "test:report": "npm run test:unit | tee out.tap", "test:reporter": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml", "test:typescript": "tsc --project ./test/types/tsconfig.json", "test:unit": "tap -J test/*.test.js test/**/*.test.js" }, "standard": { "ignore": [ "schema-validator.js" ] }, "types": "index.d.ts", "version": "1.15.6" }