{
  "name": "@spare/ripper",
  "version": "0.16.16",
  "description": "Split string by regex",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@typen/nullish": "^0.2.0",
    "@spare/deco-vector": "^0.16.16",
    "@spare/enum-chars": "^0.16.16",
    "@spare/phrasing": "^0.16.16"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gadge/spare.git"
  },
  "keywords": [
    "phrasing",
    "split",
    "camel",
    "kebab",
    "pascal",
    "snake"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gadge/spare"
  },
  "homepage": "https://github.com/gadge/spare#readme",
  "gitHead": "013714aadebaa9af337026663bf023dd382725c7",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js"
  }
}