6f22ad42ca
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.0 to 16.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"name": "updeep",
|
|
"version": "1.2.0",
|
|
"description": "Easily update nested frozen objects and arrays in a declarative and immutable manner.",
|
|
"homepage": "https://github.com/substantial/updeep",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/substantial/updeep"
|
|
},
|
|
"author": "Aaron Jensen",
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"keywords": [
|
|
"immutable",
|
|
"frozen",
|
|
"functional",
|
|
"declarative"
|
|
],
|
|
"source": "lib/index.js",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.module.js",
|
|
"types": "types",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/substantial/updeep/issues"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "NODE_ENV=production node --require \"@babel/register\" perf",
|
|
"build": "microbundle",
|
|
"dev": "microbundle watch",
|
|
"dtslint": "dtslint --localTs node_modules/typescript/lib types",
|
|
"eslint": "eslint --ext .js,.jsx,.ts,.tsx",
|
|
"lint": "yarn -s eslint . && yarn -s dtslint",
|
|
"test": "mocha --recursive --require \"@babel/register\" test"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"@babel/preset-typescript": "^7.9.0",
|
|
"@babel/register": "^7.7.0",
|
|
"@types/chai": "^4.1.7",
|
|
"@types/lodash": "^4.14.119",
|
|
"@types/mocha": "^8.0.0",
|
|
"@types/node": "^16.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
"@typescript-eslint/parser": "^2.26.0",
|
|
"benchmark": "^2.1.4",
|
|
"chai": "^4.2.0",
|
|
"chalk": "^4.0.0",
|
|
"dtslint": "^4.0.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^8.2.0",
|
|
"eslint-plugin-expect-type": "^0.0.5",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"husky": "^7.0.0",
|
|
"lint-staged": "^11.0.0",
|
|
"microbundle": "^0.13.0",
|
|
"mocha": "^9.0.0",
|
|
"prettier": "^2.0.2",
|
|
"table": "^6.2.0",
|
|
"typescript": "^3.6.3"
|
|
}
|
|
}
|