Changeset 59329aa for trip-planner-front/node_modules/ms/package.json
- 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/ms/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ms", 3 "version": "2.1.2", 2 "_args": [ 3 [ 4 "ms@2.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ms@2.1.2", 10 "_id": "ms@2.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", 13 "_location": "/ms", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ms@2.1.2", 19 "name": "ms", 20 "escapedName": "ms", 21 "rawSpec": "2.1.2", 22 "saveSpec": null, 23 "fetchSpec": "2.1.2" 24 }, 25 "_requiredBy": [ 26 "/debug", 27 "/humanize-ms", 28 "/needle/debug", 29 "/portfinder/debug", 30 "/sockjs-client/debug" 31 ], 32 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", 33 "_spec": "2.1.2", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "bugs": { 36 "url": "https://github.com/zeit/ms/issues" 37 }, 4 38 "description": "Tiny millisecond conversion utility", 5 "repository": "zeit/ms", 6 "main": "./index", 7 "files": [ 8 "index.js" 9 ], 10 "scripts": { 11 "precommit": "lint-staged", 12 "lint": "eslint lib/* bin/*", 13 "test": "mocha tests.js" 39 "devDependencies": { 40 "eslint": "4.12.1", 41 "expect.js": "0.3.1", 42 "husky": "0.14.3", 43 "lint-staged": "5.0.0", 44 "mocha": "4.0.1" 14 45 }, 15 46 "eslintConfig": { … … 20 51 } 21 52 }, 53 "files": [ 54 "index.js" 55 ], 56 "homepage": "https://github.com/zeit/ms#readme", 57 "license": "MIT", 22 58 "lint-staged": { 23 59 "*.js": [ … … 27 63 ] 28 64 }, 29 "license": "MIT", 30 "devDependencies": { 31 "eslint": "4.12.1", 32 "expect.js": "0.3.1", 33 "husky": "0.14.3", 34 "lint-staged": "5.0.0", 35 "mocha": "4.0.1" 36 } 65 "main": "./index", 66 "name": "ms", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/zeit/ms.git" 70 }, 71 "scripts": { 72 "lint": "eslint lib/* bin/*", 73 "precommit": "lint-staged", 74 "test": "mocha tests.js" 75 }, 76 "version": "2.1.2" 37 77 }
Note:
See TracChangeset
for help on using the changeset viewer.