UNPKG

795 BJSONView Raw
1{
2 "name": "@spare/regex-charset",
3 "version": "0.13.1",
4 "description": "Regex sets",
5 "type": "module",
6 "main": "dist/index.cjs",
7 "exports": {
8 "import": "./dist/index.js",
9 "require": "./dist/index.cjs"
10 },
11 "files": [
12 "dist"
13 ],
14 "publishConfig": {
15 "access": "public"
16 },
17 "scripts": {
18 "pub": "npm publish",
19 "test": "node -r @babel/register test/test.index.js"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/gadge/spare.git"
24 },
25 "keywords": [
26 "test",
27 "console",
28 "debug",
29 "print"
30 ],
31 "author": "Hoyeung Wong",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/gadge/spare"
35 },
36 "homepage": "https://github.com/gadge/spare#readme",
37 "gitHead": "e71ebde264ddded38617c95ee924b407aaf95fff"
38}