@mikeal/realistic-structured-clone
Version:
A pure JS implementation of the structured clone algorithm (or at least something pretty close to that)
46 lines (45 loc) • 1.38 kB
JSON
{
"name": "@mikeal/realistic-structured-clone",
"version": "3.0.5",
"description": "A pure JS implementation of the structured clone algorithm (or at least something pretty close to that)",
"homepage": "https://github.com/dumbmatter/realistic-structured-clone",
"repository": {
"type": "git",
"url": "git://github.com/dumbmatter/realistic-structured-clone.git"
},
"bugs": {
"url": "https://github.com/dumbmatter/realistic-structured-clone/issues"
},
"keywords": [
"structured",
"clone",
"structured-clone"
],
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && mkdir dist && browserify index.js --node -s realisticStructuredClone -t [ babelify --global --presets [ es2015 ] ] | derequire > dist/index.js",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "aegir test -t browser"
},
"author": "Jeremy Scheff <jdscheff@gmail.com> (http://dumbmatter.com/)",
"license": "Apache-2.0",
"files": [
"dist"
],
"dependencies": {
"core-js": "^2.5.3",
"domexception": "^1.0.1",
"typeson": "^5.8.2",
"typeson-registry": "^1.0.0-alpha.20"
},
"devDependencies": {
"aegir": "^20.2.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.1.0",
"derequire": "^2.0.6",
"mocha": "^5.0.1"
}
}