aswi2020vldc-gitlab/templetes/node_modules/trim-right/package.json @ 0b434236
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "trim-right", |
||
3 | "version": "1.0.1", |
||
4 | "description": "Similar to String#trim() but removes only whitespace on the right", |
||
5 | "license": "MIT", |
||
6 | "repository": "sindresorhus/trim-right", |
||
7 | "author": { |
||
8 | "name": "Sindre Sorhus", |
||
9 | "email": "sindresorhus@gmail.com", |
||
10 | "url": "sindresorhus.com" |
||
11 | }, |
||
12 | "engines": { |
||
13 | "node": ">=0.10.0" |
||
14 | }, |
||
15 | "scripts": { |
||
16 | "test": "node test.js" |
||
17 | }, |
||
18 | "files": [ |
||
19 | "index.js" |
||
20 | ], |
||
21 | "keywords": [ |
||
22 | "trim", |
||
23 | "right", |
||
24 | "string", |
||
25 | "str", |
||
26 | "util", |
||
27 | "utils", |
||
28 | "utility", |
||
29 | "whitespace", |
||
30 | "space", |
||
31 | "remove", |
||
32 | "delete" |
||
33 | ], |
||
34 | "devDependencies": { |
||
35 | "ava": "0.0.4" |
||
36 | } |
||
37 | }
|