forgeplus-react/node_modules/immutability-helper/package.json

69 lines
1.9 KiB
JSON

{
"_args": [
[
"immutability-helper@2.9.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "immutability-helper@2.9.1",
"_id": "immutability-helper@2.9.1",
"_inBundle": false,
"_integrity": "sha512-r/RmRG8xO06s/k+PIaif2r5rGc3j4Yhc01jSBfwPCXDLYZwp/yxralI37Df1mwmuzcCsen/E/ITKcTEvc1PQmQ==",
"_location": "/immutability-helper",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "immutability-helper@2.9.1",
"name": "immutability-helper",
"escapedName": "immutability-helper",
"rawSpec": "2.9.1",
"saveSpec": null,
"fetchSpec": "2.9.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/immutability-helper/-/immutability-helper-2.9.1.tgz",
"_spec": "2.9.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Moshe Kolodny"
},
"bugs": {
"url": "https://github.com/kolodny/immutability-helper/issues"
},
"dependencies": {
"invariant": "^2.2.0"
},
"description": "mutate a copy of data without changing the original source",
"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"
},
"homepage": "https://github.com/kolodny/immutability-helper#readme",
"keywords": [
"immutability"
],
"license": "MIT",
"main": "index.js",
"name": "immutability-helper",
"repository": {
"type": "git",
"url": "git+https://github.com/kolodny/immutability-helper.git"
},
"scripts": {
"node-lte4": "node -e 'process.exit(+(/v(\\d+)/.exec(process.version)[1]) <= 4 ? 0 : 1)'",
"test": "mocha test.js",
"test-cov": "nyc npm test && nyc report --reporter=lcov",
"test-dtslint": "npm run --silent node-lte4 || dtslint",
"test-travis": "npm run test-dtslint && nyc npm test && nyc report --reporter=lcov"
},
"typings": "index.d.ts",
"version": "2.9.1"
}