blob: c86d676b68c251e6f91d4606b046c17720653d8f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "strip-outer@^1.0.0",
3 "_id": "strip-outer@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
6 "_location": "/strip-outer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "strip-outer@^1.0.0",
12 "name": "strip-outer",
13 "escapedName": "strip-outer",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/filenamify"
20 ],
21 "_resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
22 "_shasum": "b2fd2abf6604b9d1e6013057195df836b8a9d631",
23 "_spec": "strip-outer@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\filenamify",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/strip-outer/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "escape-string-regexp": "^1.0.2"
36 },
37 "deprecated": false,
38 "description": "Strip a substring from the start/end of a string",
39 "devDependencies": {
40 "ava": "*",
41 "xo": "*"
42 },
43 "engines": {
44 "node": ">=0.10.0"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/sindresorhus/strip-outer#readme",
50 "keywords": [
51 "strip",
52 "trim",
53 "remove",
54 "outer",
55 "str",
56 "string",
57 "substring",
58 "start",
59 "end",
60 "wrap",
61 "leading",
62 "trailing",
63 "regex",
64 "regexp"
65 ],
66 "license": "MIT",
67 "name": "strip-outer",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/sindresorhus/strip-outer.git"
71 },
72 "scripts": {
73 "test": "xo && ava"
74 },
75 "version": "1.0.1"
76}