12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@d3v4pp/type",
- "publishConfig": {
- "access": "public"
- },
- "description": "Cross-browser type function (more precise than typeof)",
- "version": "0.0.4",
- "keywords": [
- "@d3v4pp/type",
- "@d3v4pp",
- "typeof",
- "type",
- "utility"
- ],
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "https://cvs.d3v4pp.fr/D3V4PP/type.git"
- },
- "author": {
- "name": "Ayoub Hassani <D3v4pp>",
- "email": "ayoub@d3v4pp.fr",
- "url": "https://d3v4pp.fr/"
- },
- "funding": "https://paypal.me/SupportTheDoc",
- "homepage": "https://cvs.d3v4pp.fr/D3V4PP/type/src/master/README.md",
- "bugs": {
- "url": "https://cvs.d3v4pp.fr/D3V4PP/type/issues",
- "email": "ayoub@d3v4pp.fr"
- }
- }
|