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