|
- {
- "_args": [
- [
- "immutability-helper@3.0.2",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "immutability-helper@3.0.2",
- "_id": "immutability-helper@3.0.2",
- "_inBundle": false,
- "_integrity": "sha512-fcrJ26wpvUcuGRpoGY4hyQ/JOeR1HAunMmE3C0XYXSe6plAGtgTlB2S4BzueBANCPrDJ7AByL1yrIRLIlVfwpA==",
- "_location": "/immutability-helper",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "immutability-helper@3.0.2",
- "name": "immutability-helper",
- "escapedName": "immutability-helper",
- "rawSpec": "3.0.2",
- "saveSpec": null,
- "fetchSpec": "3.0.2"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/immutability-helper/-/immutability-helper-3.0.2.tgz",
- "_spec": "3.0.2",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Moshe Kolodny"
- },
- "bugs": {
- "url": "https://github.com/kolodny/immutability-helper/issues"
- },
- "dependencies": {
- "invariant": "^2.2.4"
- },
- "description": "mutate a copy of data without changing the original source",
- "devDependencies": {
- "@types/invariant": "^2.2.29",
- "@types/jest": "^23.3.10",
- "coveralls": "^3.0.2",
- "jest": "^24.8.0",
- "rimraf": "^2.6.2",
- "ts-jest": "^23.10.5",
- "tslint": "^5.11.0",
- "typescript": "^3.2.2"
- },
- "homepage": "https://github.com/kolodny/immutability-helper#readme",
- "jest": {
- "preset": "ts-jest",
- "testEnvironment": "node",
- "verbose": true,
- "coverageDirectory": "coverage",
- "coverageReporters": [
- "lcov",
- "text"
- ],
- "coverageThreshold": {
- "global": {
- "branches": 100,
- "functions": 100,
- "lines": 100,
- "statements": 100
- }
- }
- },
- "keywords": [
- "immutability"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "immutability-helper",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kolodny/immutability-helper.git"
- },
- "scripts": {
- "build": "tsc",
- "jest": "jest --coverage",
- "lint": "tslint -p tsconfig.test.json",
- "postsmoke-test": "rimraf smoke-test index.js",
- "prebuild": "rimraf index.js *.d.ts",
- "prepublishOnly": "npm run build",
- "presmoke-test": "npm run build && rimraf smoke-test",
- "pretest": "rimraf ./coverage index.js",
- "prewatch": "npm run lint",
- "smoke-test": "node smoke-test.js",
- "test": "npm run lint && npm run jest && npm run smoke-test",
- "watch": "jest --watch test.ts"
- },
- "typings": "index.d.ts",
- "version": "3.0.2"
- }
|