UNPKG

deeply-freeze

Version:
41 lines (40 loc) 916 B
{ "name": "deeply-freeze", "version": "1.0.9", "description": "Deeply freeze Objects efficiently", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/lquixada/cross-fetch.git" }, "keywords": [ "deep-freeze", "Object.freeze", "freeze", "immutable" ], "author": "Ben Carp", "license": "ISC", "devDependencies": { "awesome-typescript-loader": "^5.2.1", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-preset-es2015": "^6.24.1", "eslint": "^5.0.0", "jest": "^23.2.0", "source-map-loader": "^0.2.4" }, "scripts": { "build": "tsc", "prepublishOnly": "npm build", "test": "jest", "test-watch": "jest --watch", "example": "babel-node tests/self" }, "dependencies": { "babel-jest": "^23.2.0", "basic": "^2.0.3", "typescript": "^3.1.6" } }