m.noop
Version:
noop utility from the m.icro series
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "m.noop",
"version": "2.0.0",
"description": "noop utility from the m.icro series",
"main": "index.js",
"scripts": {
"node": "node",
"pretest": "standard",
"test": "m.test",
"coverage": "node --require ./node_modules/m.test/global.js ./node_modules/istanbul/lib/cli.js cover --print detail test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivoputzer/m.noop.git"
},
"keywords": [
"noop",
"empty",
"function",
"test",
"no-op",
"m.icro",
"micro"
],
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivoputzer/m.noop/issues"
},
"homepage": "https://github.com/ivoputzer/m.noop#readme",
"devDependencies": {
"m.test": "0.0.57",
"mocha": "^2.5.3",
"standard": "^11.0.1"
},
"engines": {
"node": ">=6.0.0"
},
"standard": {
"globals": [
"test"
]
},
"optionalDependencies": {
"istanbul": "^0.4.5"
}
}