UNPKG

724 BJSONView Raw
1{
2 "name": "@spare/regex-charset",
3 "version": "0.12.3",
4 "description": "Regex sets",
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/test.index.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/gadge/spare.git"
20 },
21 "keywords": [
22 "test",
23 "console",
24 "debug",
25 "print"
26 ],
27 "author": "Hoyeung Wong",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/gadge/spare"
31 },
32 "homepage": "https://github.com/gadge/spare#readme",
33 "gitHead": "904244d892a07bc9acd77bf1b305f2a21b024384"
34}