12345678910111213141516171819202122232425262728 |
- {
- "name": "simple-is",
- "version": "0.2.0",
- "description": "maximally minimal type-testing library",
- "main": "simple-is.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/olov/simple-is.git"
- },
- "keywords": [
- "is",
- "type",
- "test",
- "check",
- "assert"
- ],
- "scripts": {
- "test": "tap test/*.js"
- },
- "devDependencies": {
- "tap": "~0.4.0"
- },
- "author": "Olov Lassus <olov.lassus@gmail.com>",
- "license": "MIT",
- "__npminstall_done": true,
- "_from": "simple-is@0.2.0",
- "_resolved": "https://registry.npmmirror.com/simple-is/-/simple-is-0.2.0.tgz"
- }
|