1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "remove-trailing-separator@1.1.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "remove-trailing-separator@1.1.0",
|
---|
10 | "_id": "remove-trailing-separator@1.1.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
|
---|
13 | "_location": "/remove-trailing-separator",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "remove-trailing-separator@1.1.0",
|
---|
19 | "name": "remove-trailing-separator",
|
---|
20 | "escapedName": "remove-trailing-separator",
|
---|
21 | "rawSpec": "1.1.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.1.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/webpack-dev-server/anymatch/normalize-path"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
|
---|
29 | "_spec": "1.1.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "darsain"
|
---|
33 | },
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/darsain/remove-trailing-separator/issues"
|
---|
36 | },
|
---|
37 | "description": "Removes separators from the end of the string.",
|
---|
38 | "devDependencies": {
|
---|
39 | "ava": "^0.16.0",
|
---|
40 | "coveralls": "^2.11.14",
|
---|
41 | "nyc": "^8.3.0",
|
---|
42 | "xo": "^0.16.0"
|
---|
43 | },
|
---|
44 | "files": [
|
---|
45 | "index.js"
|
---|
46 | ],
|
---|
47 | "homepage": "https://github.com/darsain/remove-trailing-separator#readme",
|
---|
48 | "keywords": [
|
---|
49 | "remove",
|
---|
50 | "strip",
|
---|
51 | "trailing",
|
---|
52 | "separator"
|
---|
53 | ],
|
---|
54 | "license": "ISC",
|
---|
55 | "main": "index.js",
|
---|
56 | "name": "remove-trailing-separator",
|
---|
57 | "repository": {
|
---|
58 | "type": "git",
|
---|
59 | "url": "git+https://github.com/darsain/remove-trailing-separator.git"
|
---|
60 | },
|
---|
61 | "scripts": {
|
---|
62 | "lint": "xo",
|
---|
63 | "pretest": "npm run lint",
|
---|
64 | "report": "nyc report --reporter=html",
|
---|
65 | "test": "nyc ava"
|
---|
66 | },
|
---|
67 | "version": "1.1.0"
|
---|
68 | }
|
---|