updeep-remeda/package.json

76 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"
],
"main": "dist/index.js",
"keywords": [
"immutable",
"frozen",
"functional",
"declarative"
],
"scripts": {
"dtslint": "dtslint --localTs node_modules/typescript/lib types",
"test": "gulp && yarn -s dtslint",
"test:watch": "gulp watch",
"prepublish": "gulp prepublish",
"perf-server": "`npm bin`/webpack-dev-server --config perf/webpack.config.js --hot"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/substantial/updeep/issues"
},
"dependencies": {
"lodash": "^4.2.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.119",
"@types/mocha": "^5.2.5",
"@types/node": "^12.7.5",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"dtslint": "^1.0.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-prettier": "^2.0.1",
"exports-loader": "^0.7.0",
"gulp": "^3.6.0",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^2.0.0",
"karma": "^4.3.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.13",
"mocha": "^6.0.0",
"phantomjs-prebuilt": "^2.1.14",
"prettier": "^1.1.0",
"rimraf": "^3.0.0",
"typescript": "^3.6.3",
"webpack": "^1.10.5",
"webpack-dev-server": "^3.1.11",
"webpack-stream": "^2.1.0"
},
"types": "types"
}