60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
![]() |
{
|
||
|
"_from": "buffer-json@^2.0.0",
|
||
|
"_id": "buffer-json@2.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-9z4TseQvGW/i/WfQAcfXEH7dfCM=",
|
||
|
"_location": "/buffer-json",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "buffer-json@^2.0.0",
|
||
|
"name": "buffer-json",
|
||
|
"escapedName": "buffer-json",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/cache-loader"
|
||
|
],
|
||
|
"_resolved": "https://registry.npm.taobao.org/buffer-json/download/buffer-json-2.0.0.tgz",
|
||
|
"_shasum": "f73e13b1e42f196fe2fd67d001c7d7107edd7c23",
|
||
|
"_spec": "buffer-json@^2.0.0",
|
||
|
"_where": "E:\\GreateCommunity\\node_modules\\cache-loader",
|
||
|
"author": {
|
||
|
"name": "JP Richardson"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jprichardson/buffer-json/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "JSON.stringify & JSON.parse which can encode/decode buffers.",
|
||
|
"devDependencies": {
|
||
|
"standard": "^12.0.1",
|
||
|
"tape": "^4.10.1"
|
||
|
},
|
||
|
"homepage": "https://github.com/jprichardson/buffer-json#readme",
|
||
|
"keywords": [
|
||
|
"JSON",
|
||
|
"parse",
|
||
|
"stringify",
|
||
|
"buffer",
|
||
|
"reviver",
|
||
|
"replacer",
|
||
|
"base64"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "buffer-json",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jprichardson/buffer-json.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "standard --fix && node test.js"
|
||
|
},
|
||
|
"version": "2.0.0"
|
||
|
}
|