Changeset 59329aa for trip-planner-front/node_modules/slash
- 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/slash/package.json
rceaed42 r59329aa 1 1 { 2 "name": "slash", 3 "version": "3.0.0", 4 "description": "Convert Windows backslash paths to slash paths", 5 "license": "MIT", 6 "repository": "sindresorhus/slash", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "path", 24 "seperator", 25 "slash", 26 "backslash", 27 "windows", 28 "convert" 29 ], 30 "devDependencies": { 31 "ava": "^1.4.1", 32 "tsd": "^0.7.2", 33 "xo": "^0.24.0" 34 } 2 "_args": [ 3 [ 4 "slash@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "slash@3.0.0", 10 "_id": "slash@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 13 "_location": "/slash", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "slash@3.0.0", 19 "name": "slash", 20 "escapedName": "slash", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/globby" 27 ], 28 "_resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 29 "_spec": "3.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/slash/issues" 38 }, 39 "description": "Convert Windows backslash paths to slash paths", 40 "devDependencies": { 41 "ava": "^1.4.1", 42 "tsd": "^0.7.2", 43 "xo": "^0.24.0" 44 }, 45 "engines": { 46 "node": ">=8" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/sindresorhus/slash#readme", 53 "keywords": [ 54 "path", 55 "seperator", 56 "slash", 57 "backslash", 58 "windows", 59 "convert" 60 ], 61 "license": "MIT", 62 "name": "slash", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/sindresorhus/slash.git" 66 }, 67 "scripts": { 68 "test": "xo && ava && tsd" 69 }, 70 "version": "3.0.0" 35 71 }
Note:
See TracChangeset
for help on using the changeset viewer.