Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "strip-eof@1.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "strip-eof@1.0.0",
|
---|
| 10 | "_id": "strip-eof@1.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
|
---|
| 13 | "_location": "/strip-eof",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "strip-eof@1.0.0",
|
---|
| 19 | "name": "strip-eof",
|
---|
| 20 | "escapedName": "strip-eof",
|
---|
| 21 | "rawSpec": "1.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.0.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/execa"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
|
---|
| 29 | "_spec": "1.0.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 31 | "author": {
|
---|
| 32 | "name": "Sindre Sorhus",
|
---|
| 33 | "email": "sindresorhus@gmail.com",
|
---|
| 34 | "url": "sindresorhus.com"
|
---|
| 35 | },
|
---|
[59329aa] | 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/sindresorhus/strip-eof/issues"
|
---|
| 38 | },
|
---|
| 39 | "description": "Strip the End-Of-File (EOF) character from a string/buffer",
|
---|
| 40 | "devDependencies": {
|
---|
| 41 | "ava": "*",
|
---|
| 42 | "xo": "*"
|
---|
| 43 | },
|
---|
[6a3a178] | 44 | "engines": {
|
---|
| 45 | "node": ">=0.10.0"
|
---|
| 46 | },
|
---|
| 47 | "files": [
|
---|
| 48 | "index.js"
|
---|
| 49 | ],
|
---|
[59329aa] | 50 | "homepage": "https://github.com/sindresorhus/strip-eof#readme",
|
---|
[6a3a178] | 51 | "keywords": [
|
---|
| 52 | "strip",
|
---|
| 53 | "trim",
|
---|
| 54 | "remove",
|
---|
| 55 | "delete",
|
---|
| 56 | "eof",
|
---|
| 57 | "end",
|
---|
| 58 | "file",
|
---|
| 59 | "newline",
|
---|
| 60 | "linebreak",
|
---|
| 61 | "character",
|
---|
| 62 | "string",
|
---|
| 63 | "buffer"
|
---|
| 64 | ],
|
---|
[59329aa] | 65 | "license": "MIT",
|
---|
| 66 | "name": "strip-eof",
|
---|
| 67 | "repository": {
|
---|
| 68 | "type": "git",
|
---|
| 69 | "url": "git+https://github.com/sindresorhus/strip-eof.git"
|
---|
| 70 | },
|
---|
| 71 | "scripts": {
|
---|
| 72 | "test": "xo && ava"
|
---|
| 73 | },
|
---|
| 74 | "version": "1.0.0"
|
---|
[6a3a178] | 75 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.