UNPKG

865 BJSONView Raw
1{
2 "name": "@spare/string-value",
3 "version": "0.15.15",
4 "description": "Get quasi pseudo value of a string",
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 "@typen/enum-data-types": "^0.1.19"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/gadge/spare.git"
26 },
27 "keywords": [
28 "test",
29 "console",
30 "debug",
31 "print"
32 ],
33 "author": "Hoyeung Wong",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/gadge/spare"
37 },
38 "homepage": "https://github.com/gadge/spare#readme",
39 "gitHead": "a8f43752801dfff4ffff7894145228a4311ec9f6"
40}