- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/remove-trailing-separator/package.json
rceaed42 r59329aa 1 1 { 2 "name": "remove-trailing-separator", 3 "version": "1.1.0", 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 }, 4 37 "description": "Removes separators from the end of the string.", 5 "main": "index.js", 38 "devDependencies": { 39 "ava": "^0.16.0", 40 "coveralls": "^2.11.14", 41 "nyc": "^8.3.0", 42 "xo": "^0.16.0" 43 }, 6 44 "files": [ 7 45 "index.js" 8 46 ], 9 "scripts": { 10 "lint": "xo", 11 "pretest": "npm run lint", 12 "test": "nyc ava", 13 "report": "nyc report --reporter=html" 14 }, 15 "repository": { 16 "type": "git", 17 "url": "git+https://github.com/darsain/remove-trailing-separator.git" 18 }, 47 "homepage": "https://github.com/darsain/remove-trailing-separator#readme", 19 48 "keywords": [ 20 49 "remove", … … 23 52 "separator" 24 53 ], 25 "author": "darsain",26 54 "license": "ISC", 27 "bugs": { 28 "url": "https://github.com/darsain/remove-trailing-separator/issues" 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" 29 60 }, 30 " homepage": "https://github.com/darsain/remove-trailing-separator#readme",31 "devDependencies": {32 " ava": "^0.16.0",33 " coveralls": "^2.11.14",34 " nyc": "^8.3.0",35 "xo": "^0.16.0"36 }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" 37 68 }
Note:
See TracChangeset
for help on using the changeset viewer.