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