[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "fastest-stable-stringify@^2.0.2",
|
---|
| 3 | "_id": "fastest-stable-stringify@2.0.2",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==",
|
---|
| 6 | "_location": "/fastest-stable-stringify",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "fastest-stable-stringify@^2.0.2",
|
---|
| 12 | "name": "fastest-stable-stringify",
|
---|
| 13 | "escapedName": "fastest-stable-stringify",
|
---|
| 14 | "rawSpec": "^2.0.2",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^2.0.2"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/nano-css"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/fastest-stable-stringify/-/fastest-stable-stringify-2.0.2.tgz",
|
---|
| 22 | "_shasum": "3757a6774f6ec8de40c4e86ec28ea02417214c76",
|
---|
| 23 | "_spec": "fastest-stable-stringify@^2.0.2",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/nano-css",
|
---|
| 25 | "bugs": {
|
---|
| 26 | "url": "https://github.com/streamich/fastest-stable-stringify/issues"
|
---|
| 27 | },
|
---|
| 28 | "bundleDependencies": false,
|
---|
| 29 | "config": {
|
---|
| 30 | "commitizen": {
|
---|
| 31 | "path": "./node_modules/mol-conventional-changelog"
|
---|
| 32 | }
|
---|
| 33 | },
|
---|
[d565449] | 34 | "dependencies": {},
|
---|
[79a0317] | 35 | "deprecated": false,
|
---|
| 36 | "description": "Fastest stable deterministic JSON.stringify()",
|
---|
[d565449] | 37 | "devDependencies": {
|
---|
| 38 | "benchmark": "^2.1.4",
|
---|
[79a0317] | 39 | "chai": "^4.1.2",
|
---|
[d565449] | 40 | "coveralls": "^3.0.0",
|
---|
| 41 | "eslint": "^4.9.0",
|
---|
[79a0317] | 42 | "fast-json-stable-stringify": "latest",
|
---|
[d565449] | 43 | "fast-stable-stringify": "latest",
|
---|
| 44 | "faster-stable-stringify": "latest",
|
---|
| 45 | "json-stable-stringify": "latest",
|
---|
[79a0317] | 46 | "mol-conventional-changelog": "1.2.0",
|
---|
[d565449] | 47 | "nyc": "^11.2.1",
|
---|
| 48 | "pre-commit": "^1.2.2",
|
---|
[79a0317] | 49 | "tape": "~1.0.4"
|
---|
[d565449] | 50 | },
|
---|
| 51 | "homepage": "https://github.com/streamich/fastest-stable-stringify",
|
---|
| 52 | "keywords": [
|
---|
| 53 | "json",
|
---|
| 54 | "stringify",
|
---|
| 55 | "deterministic",
|
---|
| 56 | "hash",
|
---|
| 57 | "stable"
|
---|
| 58 | ],
|
---|
| 59 | "license": "MIT",
|
---|
[79a0317] | 60 | "main": "index.js",
|
---|
| 61 | "name": "fastest-stable-stringify",
|
---|
[d565449] | 62 | "nyc": {
|
---|
| 63 | "exclude": [
|
---|
| 64 | "test",
|
---|
| 65 | "node_modules"
|
---|
| 66 | ],
|
---|
| 67 | "reporter": [
|
---|
| 68 | "lcov",
|
---|
| 69 | "text-summary"
|
---|
| 70 | ]
|
---|
| 71 | },
|
---|
[79a0317] | 72 | "repository": {
|
---|
| 73 | "type": "git",
|
---|
| 74 | "url": "git+https://github.com/streamich/fastest-stable-stringify.git"
|
---|
| 75 | },
|
---|
| 76 | "scripts": {
|
---|
| 77 | "eslint": "eslint index.js test",
|
---|
| 78 | "test": "npm run eslint && nyc npm run test-spec",
|
---|
| 79 | "test-spec": "tape test/*.js"
|
---|
| 80 | },
|
---|
| 81 | "version": "2.0.2"
|
---|
[d565449] | 82 | }
|
---|