package.json 1.61 KB
{
  "_from": "string-split-by@^1.0.0",
  "_id": "string-split-by@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-KaJKY+hfpzNyet/emP81PJA9hTVSfxNLS9SFTWxdCnnW1/zOOwiV248+EfoX7IQFcBaOp4G5YE6xTJMF+pLg6A==",
  "_location": "/string-split-by",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string-split-by@^1.0.0",
    "name": "string-split-by",
    "escapedName": "string-split-by",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/vue-qr"
  ],
  "_resolved": "https://registry.npmmirror.com/string-split-by/-/string-split-by-1.0.0.tgz",
  "_shasum": "53895fb3397ebc60adab1f1e3a131f5372586812",
  "_spec": "string-split-by@^1.0.0",
  "_where": "/Users/zhanghao/brcode/br-client/node_modules/vue-qr",
  "author": {
    "name": "Dmitry Yv",
    "email": "dfcreative@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/dy/string-split-by/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "parenthesis": "^3.1.5"
  },
  "deprecated": false,
  "description": "Split string by any separator excluding brackets, quotes and escaped characters",
  "devDependencies": {
    "tape": "^4.9.0"
  },
  "homepage": "https://github.com/dy/string-split-by#readme",
  "keywords": [
    "split-string",
    "string-split",
    "split-stirng-words",
    "space",
    "string",
    "split"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "string-split-by",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/string-split-by.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}