- 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/humanize-ms/package.json
rceaed42 r59329aa 1 1 { 2 "name": "humanize-ms", 3 "version": "1.2.1", 4 "description": "transform humanize time to ms", 5 "main": "index.js", 6 "files": [ 7 "index.js" 2 "_args": [ 3 [ 4 "humanize-ms@1.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 8 7 ], 9 "scripts": { 10 "test": "make test" 8 "_development": true, 9 "_from": "humanize-ms@1.2.1", 10 "_id": "humanize-ms@1.2.1", 11 "_inBundle": false, 12 "_integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", 13 "_location": "/humanize-ms", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "humanize-ms@1.2.1", 19 "name": "humanize-ms", 20 "escapedName": "humanize-ms", 21 "rawSpec": "1.2.1", 22 "saveSpec": null, 23 "fetchSpec": "1.2.1" 11 24 }, 12 "keywords": [ 13 "humanize", 14 "ms" 25 "_requiredBy": [ 26 "/agentkeepalive" 15 27 ], 28 "_resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", 29 "_spec": "1.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 16 31 "author": { 17 32 "name": "dead-horse", … … 19 34 "url": "http://deadhorse.me" 20 35 }, 21 "repository": { 22 "type": "git", 23 "url": "https://github.com/node-modules/humanize-ms" 36 "bugs": { 37 "url": "https://github.com/node-modules/humanize-ms/issues" 24 38 }, 25 "license": "MIT",26 39 "dependencies": { 27 40 "ms": "^2.0.0" 28 41 }, 42 "description": "transform humanize time to ms", 29 43 "devDependencies": { 30 44 "autod": "*", … … 34 48 "mocha": "*", 35 49 "should": "*" 36 } 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/node-modules/humanize-ms#readme", 55 "keywords": [ 56 "humanize", 57 "ms" 58 ], 59 "license": "MIT", 60 "main": "index.js", 61 "name": "humanize-ms", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/node-modules/humanize-ms.git" 65 }, 66 "scripts": { 67 "test": "make test" 68 }, 69 "version": "1.2.1" 37 70 }
Note:
See TracChangeset
for help on using the changeset viewer.