{ "_from": "grunt-simple-nyc@^3.0.1", "_id": "grunt-simple-nyc@3.0.1", "_inBundle": false, "_integrity": "sha512-/YLY+jNI6gBuVO3xu07zwvDN+orTAFS50W00yb/2ncvc2PFO4pR+oU7TyiHhe8a6O3KuQDHsyCE0iE+rqJagQg==", "_location": "/grunt-simple-nyc", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "grunt-simple-nyc@^3.0.1", "name": "grunt-simple-nyc", "escapedName": "grunt-simple-nyc", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/grunt-simple-nyc/-/grunt-simple-nyc-3.0.1.tgz", "_shasum": "47931a25ed402aecdd64e5febe3a50f4f2fe53d2", "_spec": "grunt-simple-nyc@^3.0.1", "_where": "/home/l/plc/node-red", "author": { "name": "Andrew Nichols", "email": "tandrewnichols@gmail.com", "url": "www.tandrewnichols.me" }, "bugs": { "url": "https://github.com/tandrewnichols/grunt-simple-nyc/issues" }, "bundleDependencies": false, "dependencies": { "lodash": "^4.17.15", "nyc": "^14.1.0", "simple-cli": "^5.0.3" }, "deprecated": false, "description": "A grunt wrapper for nyc", "devDependencies": { "codeclimate-test-reporter": "^0.5.1", "eslint-codeframe-formatter": "^1.0.2", "grunt": "^1.0.4", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^20.1.0", "grunt-mocha-test": "^0.13.3", "grunt-open": "^0.2.4", "grunt-shell": "^2.1.0", "grunt-simple-istanbul": "^3.0.3", "grunt-travis-matrix": "^1.0.0", "mocha": "^5.0.0", "proxyquire": "^1.8.0", "should": "^13.2.1", "should-sinon": "0.0.6", "sinon": "^4.2.1" }, "homepage": "https://github.com/tandrewnichols/grunt-simple-nyc", "keywords": [ "nyc", "istanbul", "coverage", "instrument" ], "license": "MIT", "main": "tasks/nyc.js", "name": "grunt-simple-nyc", "repository": { "type": "git", "url": "git://github.com/tandrewnichols/grunt-simple-nyc.git" }, "scripts": { "codeclimate": "CODECLIMATE_REPO_TOKEN=3626b5b37539510f57d2b25ff1535a70058207d57a18371a1b45a66a2d73a86b codeclimate-test-reporter < coverage/lcov.info", "test": "grunt", "travis": "grunt travis" }, "version": "3.0.1" }