You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
2.4 KiB

{
"_from": "fast-json-stringify@^1.18.0",
"_id": "fast-json-stringify@1.20.1",
"_inBundle": false,
"_integrity": "sha512-PEPWrRZvKqI11fY2uDhLLuoapIda9wVQ2mzAj8rkBfVD7jWvOSIICL0Om1knoReIWKF5y/5bbR/GzcZANaaJfQ==",
"_location": "/fast-json-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-json-stringify@^1.18.0",
"name": "fast-json-stringify",
"escapedName": "fast-json-stringify",
"rawSpec": "^1.18.0",
"saveSpec": null,
"fetchSpec": "^1.18.0"
},
"_requiredBy": [
"/fastify"
],
"_resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-1.20.1.tgz",
"_shasum": "07e30057718d85c39a798d43678a4a91ea7fa30e",
"_spec": "fast-json-stringify@^1.18.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/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.11.0",
"deepmerge": "^4.2.2",
"string-similarity": "^4.0.1"
},
"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",
"moment": "^2.24.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"semver": "^7.1.0",
"standard": "^14.0.0",
"tap": "^12.6.5",
"typescript": "^3.7.5",
"uglify-es": "^3.3.9"
},
"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: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.20.1"
}