source: trip-planner-front/node_modules/split-string/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
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}
Note: See TracBrowser for help on using the repository browser.