chat-server/node_modules/fast-safe-stringify/package.json

127 lines
4.1 KiB
JSON

{
"_args": [
[
"fast-safe-stringify@^2.0.4",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/logform"
]
],
"_from": "fast-safe-stringify@>=2.0.4 <3.0.0",
"_id": "fast-safe-stringify@2.0.6",
"_inCache": true,
"_installable": true,
"_location": "/fast-safe-stringify",
"_nodeVersion": "8.11.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fast-safe-stringify_2.0.6_1534370826155_0.9991329955071235"
},
"_npmUser": {
"email": "hello@matteocollina.com",
"name": "matteo.collina"
},
"_npmVersion": "6.4.0",
"_phantomChildren": {},
"_requested": {
"name": "fast-safe-stringify",
"raw": "fast-safe-stringify@^2.0.4",
"rawSpec": "^2.0.4",
"scope": null,
"spec": ">=2.0.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/logform"
],
"_resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.6.tgz",
"_shasum": "04b26106cc56681f51a044cfc0d76cf0008ac2c2",
"_shrinkwrap": null,
"_spec": "fast-safe-stringify@^2.0.4",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/logform",
"author": {
"name": "David Mark Clements"
},
"bugs": {
"url": "https://github.com/davidmarkclements/fast-safe-stringify/issues"
},
"contributors": [
{
"name": "Ruben Bridgewater"
},
{
"name": "Matteo Collina"
},
{
"name": "Ben Gourley"
},
{
"name": "Gabriel Lesperance"
},
{
"name": "Alex Liu"
},
{
"name": "Christoph Walcher"
},
{
"name": "Nicholas Young"
}
],
"dependencies": {},
"description": "Safely and quickly serialize JavaScript objects",
"devDependencies": {
"benchmark": "^2.1.4",
"clone": "^2.1.0",
"json-stringify-safe": "^5.0.1",
"standard": "^11.0.0",
"tap": "^12.0.0"
},
"directories": {},
"dist": {
"fileCount": 10,
"integrity": "sha512-q8BZ89jjc+mz08rSxROs8VsrBBcn1SIw1kq9NjolL509tkABRk9io01RAjSaEv1Xb2uFLt8VtRiZbGp5H8iDtg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdKQKCRA9TVsSAnZWagAAM6gP/1KFXvLKK5Gc+2wB7fG3\n0pMzFa2uldu23YV1tJ7498yu2VnqDC6bJAUekWXbHHwDYB+tgELh1pImuBdi\nE0Xrj7s+kjSYNOyxg6GozR3SOXyDoiiJ/6eIwiUzcUDkjNLTIsuarBJjpuBK\n4GjcygmLww7dQ5ixLj5ogngbIwW6IhVSTTXh37B59ktpvoXWlmmPrO9m+JGh\n8y1/XjJhxD0Lm/YIJowfIRhvQ7zuox4oE9OJKx2q4EQRDfaNKOs7/kuQXnyU\nOD7CFZMK1ayBdW9F1NPpsLqN3BbVmiAdzvQBwkJJapkF75IwGaNDrtVgDRAp\nU2ni0UzJpkceCF4SJF8BtBfMA3algE9kawo2k0U9av0KLVyrZyxcZKsHi4p4\ntZTOqD5QGCzKmLb/tuxkreB5dpuw5eoyt/KaXZ9uB9xmyHk4AlmQZyzPKC/8\nFfYL79qP7OPDzuBpdpJM4dtWEKDgBRQgmaym2lX8kMbVOOc2OelwTtau35LF\nP1jt7nM2CcxDWkeVVHj+lhheoQsuVcziyJyxMo1fKYFq6mAzsLUT9hoVqsY3\nIIg8Y/eSLRouoT/0RMAlRthXFkYnfZGLogiiZowYQlt3PWQ09bwZjZ8aM8Sn\nYszVfu+qUr9gMG+fI5W1z/nuBzzr2SqBd/BxLNBLXLXW3/PSJRC6d6HINVJ+\nOWkO\r\n=nOEU\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "04b26106cc56681f51a044cfc0d76cf0008ac2c2",
"tarball": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.6.tgz",
"unpackedSize": 26580
},
"gitHead": "f7dad6a6a274790fbeb0fc071f1c6e0ae2a551c5",
"homepage": "https://github.com/davidmarkclements/fast-safe-stringify#readme",
"keywords": [
"JSON",
"JSON.stringify",
"safe",
"serialize",
"stable",
"stringify"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "bridgear",
"email": "ruben@bridgewater.de"
},
{
"name": "davidmarkclements",
"email": "huperekchuno@googlemail.com"
},
{
"name": "matteo.collina",
"email": "hello@matteocollina.com"
}
],
"name": "fast-safe-stringify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/fast-safe-stringify.git"
},
"scripts": {
"benchmark": "node benchmark.js",
"test": "standard && tap test.js test-stable.js"
},
"typings": "index",
"version": "2.0.6"
}