@exodus/proxy-freeze
Version:
Simple way to freeze JavaScript objects and know of attempted modifications
35 lines (34 loc) • 824 B
JSON
{
"name": "@exodus/proxy-freeze",
"description": "Simple way to freeze JavaScript objects and know of attempted modifications",
"version": "2.0.0",
"author": "JP Richardson <jprichardson@gmail.com>",
"bugs": {
"url": "https://github.com/jprichardson/proxy-freeze/issues"
},
"devDependencies": {
"standard": "8.x",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"homepage": "https://github.com/jprichardson/proxy-freeze",
"keywords": [
"proxy",
"freeze",
"Object.freeze"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jprichardson/proxy-freeze.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test.js | tap-spec"
},
"files": [
"index.js"
]
}