Projekt

Obecné

Profil

Stáhnout (1.27 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "split-string",
3
  "description": "Split a string on a character except when the character is escaped.",
4
  "version": "3.1.0",
5
  "homepage": "https://github.com/jonschlinkert/split-string",
6
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
  "contributors": [
8
    "Brian Woodward (https://twitter.com/doowb)",
9
    "Jon Schlinkert (http://twitter.com/jonschlinkert)"
10
  ],
11
  "repository": "jonschlinkert/split-string",
12
  "bugs": {
13
    "url": "https://github.com/jonschlinkert/split-string/issues"
14
  },
15
  "license": "MIT",
16
  "files": [
17
    "index.js"
18
  ],
19
  "main": "index.js",
20
  "engines": {
21
    "node": ">=0.10.0"
22
  },
23
  "scripts": {
24
    "test": "mocha"
25
  },
26
  "dependencies": {
27
    "extend-shallow": "^3.0.0"
28
  },
29
  "devDependencies": {
30
    "gulp-format-md": "^1.0.0",
31
    "mocha": "^3.5.3"
32
  },
33
  "keywords": [
34
    "character",
35
    "escape",
36
    "split",
37
    "string"
38
  ],
39
  "verb": {
40
    "toc": false,
41
    "layout": "default",
42
    "titles": [
43
      ".",
44
      "install",
45
      "Why use this?"
46
    ],
47
    "related": {
48
      "list": [
49
        "deromanize",
50
        "randomatic",
51
        "repeat-string",
52
        "romanize"
53
      ]
54
    },
55
    "tasks": [
56
      "readme"
57
    ],
58
    "plugins": [
59
      "gulp-format-md"
60
    ],
61
    "lint": {
62
      "reflinks": true
63
    }
64
  }
65
}
(4-4/4)