• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
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    "/execa"
20  ],
21  "_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
22  "_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
23  "_spec": "strip-eof@^1.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/execa",
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-eof/issues"
32  },
33  "bundleDependencies": false,
34  "deprecated": false,
35  "description": "Strip the End-Of-File (EOF) character from a string/buffer",
36  "devDependencies": {
37    "ava": "*",
38    "xo": "*"
39  },
40  "engines": {
41    "node": ">=0.10.0"
42  },
43  "files": [
44    "index.js"
45  ],
46  "homepage": "https://github.com/sindresorhus/strip-eof#readme",
47  "keywords": [
48    "strip",
49    "trim",
50    "remove",
51    "delete",
52    "eof",
53    "end",
54    "file",
55    "newline",
56    "linebreak",
57    "character",
58    "string",
59    "buffer"
60  ],
61  "license": "MIT",
62  "name": "strip-eof",
63  "repository": {
64    "type": "git",
65    "url": "git+https://github.com/sindresorhus/strip-eof.git"
66  },
67  "scripts": {
68    "test": "xo && ava"
69  },
70  "version": "1.0.0"
71}
72