liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "_from": "fast-safe-stringify@^2.1.1",
  "_id": "fast-safe-stringify@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
  "_location": "/fast-safe-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-safe-stringify@^2.1.1",
    "name": "fast-safe-stringify",
    "escapedName": "fast-safe-stringify",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/superagent",
    "/supertest/superagent"
  ],
  "_resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
  "_shasum": "c406a83b6e70d9e35ce3b30a81141df30aeba884",
  "_spec": "fast-safe-stringify@^2.1.1",
  "_where": "/home/l/plc/node-red/node_modules/superagent",
  "author": {
    "name": "David Mark Clements"
  },
  "bugs": {
    "url": "https://github.com/davidmarkclements/fast-safe-stringify/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ruben Bridgewater"
    },
    {
      "name": "Matteo Collina"
    },
    {
      "name": "Ben Gourley"
    },
    {
      "name": "Gabriel Lesperance"
    },
    {
      "name": "Alex Liu"
    },
    {
      "name": "Christoph Walcher"
    },
    {
      "name": "Nicholas Young"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "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.1.1"
}