UNPKG

939 BJSONView Raw
1{
2 "name": "@spare/string",
3 "version": "0.9.6",
4 "description": "A debugging tool",
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 "dependencies": {
18 "@spare/charset": "^0.9.6",
19 "@spare/enum-chars": "^0.9.6",
20 "@spare/fullwidth": "^0.9.6",
21 "@spare/lange": "^0.9.6",
22 "@spare/phrasing": "^0.9.6",
23 "@spare/util": "^0.9.6"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/gadge/spare.git"
28 },
29 "keywords": [
30 "test",
31 "console",
32 "debug",
33 "print"
34 ],
35 "author": "Hoyeung Wong",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/gadge/spare"
39 },
40 "homepage": "https://github.com/gadge/spare#readme",
41 "gitHead": "42e91164e9e6cb90ff8b9e14ca833dc465e3a292"
42}