UNPKG

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