{ "_from": "fastest-stable-stringify@^2.0.2", "_id": "fastest-stable-stringify@2.0.2", "_inBundle": false, "_integrity": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==", "_location": "/fastest-stable-stringify", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "fastest-stable-stringify@^2.0.2", "name": "fastest-stable-stringify", "escapedName": "fastest-stable-stringify", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/nano-css" ], "_resolved": "https://registry.npmjs.org/fastest-stable-stringify/-/fastest-stable-stringify-2.0.2.tgz", "_shasum": "3757a6774f6ec8de40c4e86ec28ea02417214c76", "_spec": "fastest-stable-stringify@^2.0.2", "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/nano-css", "bugs": { "url": "https://github.com/streamich/fastest-stable-stringify/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/mol-conventional-changelog" } }, "dependencies": {}, "deprecated": false, "description": "Fastest stable deterministic JSON.stringify()", "devDependencies": { "benchmark": "^2.1.4", "chai": "^4.1.2", "coveralls": "^3.0.0", "eslint": "^4.9.0", "fast-json-stable-stringify": "latest", "fast-stable-stringify": "latest", "faster-stable-stringify": "latest", "json-stable-stringify": "latest", "mol-conventional-changelog": "1.2.0", "nyc": "^11.2.1", "pre-commit": "^1.2.2", "tape": "~1.0.4" }, "homepage": "https://github.com/streamich/fastest-stable-stringify", "keywords": [ "json", "stringify", "deterministic", "hash", "stable" ], "license": "MIT", "main": "index.js", "name": "fastest-stable-stringify", "nyc": { "exclude": [ "test", "node_modules" ], "reporter": [ "lcov", "text-summary" ] }, "repository": { "type": "git", "url": "git+https://github.com/streamich/fastest-stable-stringify.git" }, "scripts": { "eslint": "eslint index.js test", "test": "npm run eslint && nyc npm run test-spec", "test-spec": "tape test/*.js" }, "version": "2.0.2" }