wallet-core/node_modules/structured-clone/package.json
2017-08-14 05:02:09 +02:00

17 lines
525 B
JSON

{
"name": "structured-clone",
"version": "0.2.2",
"repository": "tessel/structured-clone",
"description": "Implements the structured clone algorithm. Clone JSON types, RegExp, Buffers, and Dates, returning a cloned object or a buffer that can be deserialized into a structured clone.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tap test/*.js"
},
"author": "Tim Cameron Ryan <tim@technical.io>",
"license": "MIT",
"devDependencies": {
"tap": "~0.4.8",
"tape": "~2.10.2"
}
}