You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

38 lines
1.1 KiB

{
"name": "immutability-helper",
"version": "2.9.1",
"description": "mutate a copy of data without changing the original source",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test-cov": "nyc npm test && nyc report --reporter=lcov",
"test-travis": "npm run test-dtslint && nyc npm test && nyc report --reporter=lcov",
"test": "mocha test.js",
"test-dtslint": "npm run --silent node-lte4 || dtslint",
"node-lte4": "node -e 'process.exit(+(/v(\\d+)/.exec(process.version)[1]) <= 4 ? 0 : 1)'"
},
"keywords": [
"immutability"
],
"author": "Moshe Kolodny",
"license": "MIT",
"devDependencies": {
"coveralls": "^2.11.6",
"dtslint": "^0.4.2",
"expect": "^1.14.0",
"mocha": "^5.2.0",
"nyc": "^5.6.0",
"typescript": "^3.2.4"
},
"dependencies": {
"invariant": "^2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kolodny/immutability-helper.git"
},
"bugs": {
"url": "https://github.com/kolodny/immutability-helper/issues"
},
"homepage": "https://github.com/kolodny/immutability-helper#readme"
}