Changeset 59329aa for trip-planner-front/node_modules/path-is-inside
- 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/path-is-inside/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "path-is-inside@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "path-is-inside@1.0.2", 10 "_id": "path-is-inside@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", 13 "_location": "/path-is-inside", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "path-is-inside@1.0.2", 2 19 "name": "path-is-inside", 3 "description": "Tests whether one path is inside another path", 4 "keywords": ["path", "directory", "folder", "inside", "relative"], 5 "version": "1.0.2", 6 "author": "Domenic Denicola <d@domenic.me> (https://domenic.me)", 7 "license": "(WTFPL OR MIT)", 8 "repository": "domenic/path-is-inside", 9 "main": "lib/path-is-inside.js", 10 "files": [ 11 "lib" 12 ], 13 "scripts": { 14 "test": "mocha", 15 "lint": "jshint lib" 16 }, 17 "devDependencies": { 18 "jshint": "~2.3.0", 19 "mocha": "~1.15.1" 20 } 20 "escapedName": "path-is-inside", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/is-path-inside" 27 ], 28 "_resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", 29 "_spec": "1.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Domenic Denicola", 33 "email": "d@domenic.me", 34 "url": "https://domenic.me" 35 }, 36 "bugs": { 37 "url": "https://github.com/domenic/path-is-inside/issues" 38 }, 39 "description": "Tests whether one path is inside another path", 40 "devDependencies": { 41 "jshint": "~2.3.0", 42 "mocha": "~1.15.1" 43 }, 44 "files": [ 45 "lib" 46 ], 47 "homepage": "https://github.com/domenic/path-is-inside#readme", 48 "keywords": [ 49 "path", 50 "directory", 51 "folder", 52 "inside", 53 "relative" 54 ], 55 "license": "(WTFPL OR MIT)", 56 "main": "lib/path-is-inside.js", 57 "name": "path-is-inside", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/domenic/path-is-inside.git" 61 }, 62 "scripts": { 63 "lint": "jshint lib", 64 "test": "mocha" 65 }, 66 "version": "1.0.2" 21 67 }
Note:
See TracChangeset
for help on using the changeset viewer.