UNPKG

739 BJSONView Raw
1{
2 "name": "@spare/translator",
3 "version": "0.15.2",
4 "description": "Translator, bulk replace string at a time",
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 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/gadge/spare.git"
19 },
20 "keywords": [
21 "replace",
22 "Symbol.replace",
23 "translate",
24 "translator",
25 "translation"
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": "013714aadebaa9af337026663bf023dd382725c7"
34}