source: trip-planner-front/node_modules/split-string/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "split-string@3.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "split-string@3.1.0",
10 "_id": "split-string@3.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
13 "_location": "/split-string",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "split-string@3.1.0",
19 "name": "split-string",
20 "escapedName": "split-string",
21 "rawSpec": "3.1.0",
22 "saveSpec": null,
23 "fetchSpec": "3.1.0"
24 },
25 "_requiredBy": [
26 "/http-proxy-middleware/braces",
27 "/set-value",
28 "/webpack-dev-server/braces"
29 ],
30 "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
31 "_spec": "3.1.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Jon Schlinkert",
35 "url": "https://github.com/jonschlinkert"
36 },
37 "bugs": {
38 "url": "https://github.com/jonschlinkert/split-string/issues"
39 },
40 "contributors": [
41 {
42 "name": "Brian Woodward",
43 "url": "https://twitter.com/doowb"
44 },
45 {
46 "name": "Jon Schlinkert",
47 "url": "http://twitter.com/jonschlinkert"
48 }
49 ],
50 "dependencies": {
51 "extend-shallow": "^3.0.0"
52 },
53 "description": "Split a string on a character except when the character is escaped.",
54 "devDependencies": {
55 "gulp-format-md": "^1.0.0",
56 "mocha": "^3.5.3"
57 },
58 "engines": {
59 "node": ">=0.10.0"
60 },
61 "files": [
62 "index.js"
63 ],
64 "homepage": "https://github.com/jonschlinkert/split-string",
65 "keywords": [
66 "character",
67 "escape",
68 "split",
69 "string"
70 ],
71 "license": "MIT",
72 "main": "index.js",
73 "name": "split-string",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/jonschlinkert/split-string.git"
77 },
78 "scripts": {
79 "test": "mocha"
80 },
81 "verb": {
82 "toc": false,
83 "layout": "default",
84 "titles": [
85 ".",
86 "install",
87 "Why use this?"
88 ],
89 "related": {
90 "list": [
91 "deromanize",
92 "randomatic",
93 "repeat-string",
94 "romanize"
95 ]
96 },
97 "tasks": [
98 "readme"
99 ],
100 "plugins": [
101 "gulp-format-md"
102 ],
103 "lint": {
104 "reflinks": true
105 }
106 },
107 "version": "3.1.0"
108}
Note: See TracBrowser for help on using the repository browser.