UNPKG

laborevel

Version:

A pure JS implementation of the structured clone algorithm (or at least something pretty close to that)

40 lines (39 loc) 1.12 kB
{ "name": "laborevel", "version": "1.0.5", "description": "A pure JS implementation of the structured clone algorithm (or at least something pretty close to that)", "homepage": "https://github.com/AmelieDicki/laborevel.git", "repository": { "type": "git", "url": "https://github.com/AmelieDicki/laborevel.git" }, "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", "test": "npm run build && mocha --recursive" }, "author": "MaybelleGreen", "license": "Apache-2.0", "files": [ "dist" ], "dependencies": { "domexception": "^1.0.1", "typeson": "^6.1.0", "typeson-registry": "^1.0.0-alpha.20" }, "devDependencies": { "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babelify": "^8.0.0", "browserify": "^17.0.0", "derequire": "^2.0.6", "mocha": "^9.2.2" } }