UNPKG

doff

Version:

A powerful tool to free your objects and arrays from unwanted content

47 lines (46 loc) 1.23 kB
{ "name": "doff", "version": "0.9.1", "description": "A powerful tool to free your objects and arrays from unwanted content", "keywords": [ "object", "array", "remove", "filter", "strip", "omit", "peel", "pull", "doff" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/droguljic/doff.git" }, "main": "lib/index.js", "engines": { "node": ">=6.4.0" }, "devDependencies": { "chai": "^4.1.2", "codacy-coverage": "^2.0.3", "eslint": "^4.9.0", "eslint-config-semistandard": "^11.0.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.2.0", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "istanbul": "^0.4.5", "mocha": "^4.0.1", "rewire": "^2.5.2", "sinon": "^4.0.1", "type-detect": "^4.0.3" }, "scripts": { "test": "istanbul cover --include-all-sources --config ./config/test/istanbul.yml _mocha -- --opts ./config/test/mocha.opts", "coverage": "npm test && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage" }, "author": "Daniel Roguljic <droguljic@protonmail.com>" }