UNPKG

766 BJSONView Raw
1{
2 "name": "@typen/nullish",
3 "version": "0.1.7",
4 "description": "Nullish checker",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/object.type.test.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/hoyeungw/typen.git"
20 },
21 "keywords": [
22 "type",
23 "nullish",
24 "nullish coalescing",
25 "null",
26 "undefined"
27 ],
28 "author": "Hoyeung Wong",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/hoyeungw/typen"
32 },
33 "homepage": "https://github.com/hoyeungw/typen#readme",
34 "gitHead": "4ad3216b9769aed4198fc78e8ce6d617ac1e2d7e"
35}