dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/fast-safe-stringify/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

91 lines
2.1 KiB
JSON

{
"_args": [
[
"fast-safe-stringify@2.0.7",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "fast-safe-stringify@2.0.7",
"_id": "fast-safe-stringify@2.0.7",
"_inBundle": false,
"_integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==",
"_location": "/fast-safe-stringify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fast-safe-stringify@2.0.7",
"name": "fast-safe-stringify",
"escapedName": "fast-safe-stringify",
"rawSpec": "2.0.7",
"saveSpec": null,
"fetchSpec": "2.0.7"
},
"_requiredBy": [
"/superagent"
],
"_resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz",
"_spec": "2.0.7",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"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"
},
"homepage": "https://github.com/davidmarkclements/fast-safe-stringify#readme",
"keywords": [
"stable",
"stringify",
"JSON",
"JSON.stringify",
"safe",
"serialize"
],
"license": "MIT",
"main": "index.js",
"name": "fast-safe-stringify",
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/fast-safe-stringify.git"
},
"scripts": {
"benchmark": "node benchmark.js",
"test": "standard && tap --no-esm test.js test-stable.js"
},
"typings": "index",
"version": "2.0.7"
}