2023-12-18 13:12:25 +08:00
{
2023-12-28 23:41:32 +08:00
"_from" : "json-stable-stringify-without-jsonify@^1.0.1" ,
2023-12-18 13:12:25 +08:00
"_id" : "json-stable-stringify-without-jsonify@1.0.1" ,
"_inBundle" : false ,
2023-12-28 23:41:32 +08:00
"_integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/json-stable-stringify-without-jsonify" ,
"_phantomChildren" : { } ,
"_requested" : {
2023-12-28 23:41:32 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2023-12-28 23:41:32 +08:00
"raw" : "json-stable-stringify-without-jsonify@^1.0.1" ,
2023-12-18 13:12:25 +08:00
"name" : "json-stable-stringify-without-jsonify" ,
"escapedName" : "json-stable-stringify-without-jsonify" ,
2023-12-28 23:41:32 +08:00
"rawSpec" : "^1.0.1" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2023-12-28 23:41:32 +08:00
"fetchSpec" : "^1.0.1"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/eslint"
] ,
"_resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
2023-12-28 23:41:32 +08:00
"_shasum" : "9db7b59496ad3f3cfef30a75142d2d930ad72651" ,
"_spec" : "json-stable-stringify-without-jsonify@^1.0.1" ,
"_where" : "D:\\Software Develop\\management\\front\\dkha-web-sz-main\\node_modules\\eslint" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "James Halliday" ,
"email" : "mail@substack.net" ,
"url" : "http://substack.net"
} ,
"bugs" : {
"url" : "https://github.com/samn/json-stable-stringify/issues"
} ,
2023-12-28 23:41:32 +08:00
"bundleDependencies" : false ,
2023-12-18 13:12:25 +08:00
"dependencies" : { } ,
2023-12-28 23:41:32 +08:00
"deprecated" : false ,
2023-12-18 13:12:25 +08:00
"description" : "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies" ,
"devDependencies" : {
"tape" : "~1.0.4"
} ,
"homepage" : "https://github.com/samn/json-stable-stringify" ,
"keywords" : [
"json" ,
"stringify" ,
"deterministic" ,
"hash" ,
"sort" ,
"stable"
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "json-stable-stringify-without-jsonify" ,
"repository" : {
"type" : "git" ,
"url" : "git://github.com/samn/json-stable-stringify.git"
} ,
"scripts" : {
"test" : "tape test/*.js"
} ,
"testling" : {
"files" : "test/*.js" ,
"browsers" : [
"ie/8..latest" ,
"ff/5" ,
"ff/latest" ,
"chrome/15" ,
"chrome/latest" ,
"safari/latest" ,
"opera/latest"
]
} ,
"version" : "1.0.1"
}