UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@spare/phrasing",
3 "version": "0.15.1",
4 "description": "Convert among snake/kebab/camel/pascal phrasings",
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/deco-vector": "^0.15.1",
22 "@spare/enum-chars": "^0.15.1",
23 "@spare/regex-phrasing": "^0.15.1",
24 "@vect/vector-mapper": "^0.7.16"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/gadge/spare.git"
29 },
30 "keywords": [
31 "phrasing",
32 "split",
33 "camel",
34 "kebab",
35 "pascal",
36 "snake"
37 ],
38 "author": "Hoyeung Wong",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/gadge/spare"
42 },
43 "homepage": "https://github.com/gadge/spare#readme",
44 "gitHead": "2d47c1d7b330681de5b30c8b2e74bfbb56726a56"
45}