2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name" : "json-stable-stringify-without-jsonify" ,
"version" : "1.0.1" ,
2022-02-23 16:41:13 +00:00
"description" : "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies" ,
2022-04-08 10:55:35 +00:00
"main" : "index.js" ,
"dependencies" : {
} ,
2022-01-21 08:28:41 +00:00
"devDependencies" : {
"tape" : "~1.0.4"
} ,
"scripts" : {
"test" : "tape test/*.js"
} ,
"testling" : {
"files" : "test/*.js" ,
"browsers" : [
"ie/8..latest" ,
2022-04-08 10:55:35 +00:00
"ff/5" , "ff/latest" ,
"chrome/15" , "chrome/latest" ,
2022-01-21 08:28:41 +00:00
"safari/latest" ,
"opera/latest"
]
} ,
2022-04-08 10:55:35 +00:00
"repository" : {
"type" : "git" ,
"url" : "git://github.com/samn/json-stable-stringify.git"
} ,
"homepage" : "https://github.com/samn/json-stable-stringify" ,
"keywords" : [
"json" ,
"stringify" ,
"deterministic" ,
"hash" ,
"sort" ,
"stable"
] ,
"author" : {
"name" : "James Halliday" ,
"email" : "mail@substack.net" ,
"url" : "http://substack.net"
} ,
"license" : "MIT"
2022-01-21 08:28:41 +00:00
}