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