Changeset 59329aa for trip-planner-front/node_modules/path-dirname
- 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-dirname/package.json
rceaed42 r59329aa 1 1 { 2 "name": "path-dirname", 3 "version": "1.0.2", 2 "_args": [ 3 [ 4 "path-dirname@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "path-dirname@1.0.2", 10 "_id": "path-dirname@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", 13 "_location": "/path-dirname", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "path-dirname@1.0.2", 19 "name": "path-dirname", 20 "escapedName": "path-dirname", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server/glob-parent" 27 ], 28 "_resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", 29 "_spec": "1.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Elan Shanker" 33 }, 34 "bugs": { 35 "url": "https://github.com/es128/path-dirname/issues" 36 }, 4 37 "description": "Node.js path.dirname() ponyfill", 5 "license": "MIT",6 "repository": "es128/path-dirname",7 "author": "Elan Shanker",8 "scripts": {9 "test": "node test.js"10 },11 38 "files": [ 12 39 "index.js" 13 40 ], 41 "homepage": "https://github.com/es128/path-dirname#readme", 14 42 "keywords": [ 15 43 "dirname", … … 26 54 "polyfill", 27 55 "shim" 28 ] 56 ], 57 "license": "MIT", 58 "name": "path-dirname", 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/es128/path-dirname.git" 62 }, 63 "scripts": { 64 "test": "node test.js" 65 }, 66 "version": "1.0.2" 29 67 }
Note:
See TracChangeset
for help on using the changeset viewer.