okunishinishi/node-iftype

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "iftype",
  "version": "4.0.8",
  "description": "Check types",
  "main": "lib",
  "browser": "shim/browser",
  "scripts": {
    "test": "node ./ci/test.js",
    "prepublish": "node ./ci/build.js && node ./ci/shim.js"
  },
  "repository": "okunishinishi/node-iftype",
  "keywords": [
    "type",
    "check"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishitaka.com@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-iftype/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-iftype#readme",
  "dependencies": {},
  "devDependencies": {
    "@babel/runtime": "^7.5.5",
    "ababel": "^6.0.3",
    "amocha": "^6.0.0",
    "ape-releasing": "^5.0.7",
    "ape-tasking": "^4.0.12",
    "ape-tmpl": "^6.0.14",
    "ape-updating": "^5.0.3",
    "coz": "^7.0.19",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  }
}