[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "fast-json-stable-stringify@2.1.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "fast-json-stable-stringify@2.1.0",
|
---|
| 10 | "_id": "fast-json-stable-stringify@2.1.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
---|
| 13 | "_location": "/fast-json-stable-stringify",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "fast-json-stable-stringify@2.1.0",
|
---|
| 19 | "name": "fast-json-stable-stringify",
|
---|
| 20 | "escapedName": "fast-json-stable-stringify",
|
---|
| 21 | "rawSpec": "2.1.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.1.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/@angular-devkit/core",
|
---|
| 27 | "/copy-webpack-plugin/ajv",
|
---|
| 28 | "/css-minimizer-webpack-plugin/ajv",
|
---|
| 29 | "/har-validator/ajv",
|
---|
| 30 | "/mini-css-extract-plugin/ajv",
|
---|
| 31 | "/schema-utils/ajv",
|
---|
| 32 | "/terser-webpack-plugin/ajv",
|
---|
| 33 | "/webpack-dev-middleware/ajv",
|
---|
| 34 | "/webpack-dev-server/ajv",
|
---|
| 35 | "/webpack/ajv"
|
---|
| 36 | ],
|
---|
| 37 | "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
---|
| 38 | "_spec": "2.1.0",
|
---|
| 39 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 40 | "author": {
|
---|
| 41 | "name": "James Halliday",
|
---|
| 42 | "email": "mail@substack.net",
|
---|
| 43 | "url": "http://substack.net"
|
---|
| 44 | },
|
---|
| 45 | "bugs": {
|
---|
| 46 | "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
|
---|
| 47 | },
|
---|
[6a3a178] | 48 | "dependencies": {},
|
---|
[59329aa] | 49 | "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
|
---|
[6a3a178] | 50 | "devDependencies": {
|
---|
| 51 | "benchmark": "^2.1.4",
|
---|
| 52 | "coveralls": "^3.0.0",
|
---|
| 53 | "eslint": "^6.7.0",
|
---|
| 54 | "fast-stable-stringify": "latest",
|
---|
| 55 | "faster-stable-stringify": "latest",
|
---|
| 56 | "json-stable-stringify": "latest",
|
---|
| 57 | "nyc": "^14.1.0",
|
---|
| 58 | "pre-commit": "^1.2.2",
|
---|
| 59 | "tape": "^4.11.0"
|
---|
| 60 | },
|
---|
| 61 | "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
|
---|
| 62 | "keywords": [
|
---|
| 63 | "json",
|
---|
| 64 | "stringify",
|
---|
| 65 | "deterministic",
|
---|
| 66 | "hash",
|
---|
| 67 | "stable"
|
---|
| 68 | ],
|
---|
| 69 | "license": "MIT",
|
---|
[59329aa] | 70 | "main": "index.js",
|
---|
| 71 | "name": "fast-json-stable-stringify",
|
---|
[6a3a178] | 72 | "nyc": {
|
---|
| 73 | "exclude": [
|
---|
| 74 | "test",
|
---|
| 75 | "node_modules"
|
---|
| 76 | ],
|
---|
| 77 | "reporter": [
|
---|
| 78 | "lcov",
|
---|
| 79 | "text-summary"
|
---|
| 80 | ]
|
---|
[59329aa] | 81 | },
|
---|
| 82 | "repository": {
|
---|
| 83 | "type": "git",
|
---|
| 84 | "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
|
---|
| 85 | },
|
---|
| 86 | "scripts": {
|
---|
| 87 | "eslint": "eslint index.js test",
|
---|
| 88 | "test": "npm run eslint && nyc npm run test-spec",
|
---|
| 89 | "test-spec": "tape test/*.js"
|
---|
| 90 | },
|
---|
| 91 | "types": "index.d.ts",
|
---|
| 92 | "version": "2.1.0"
|
---|
[6a3a178] | 93 | }
|
---|