source: trip-planner-front/node_modules/ms/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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 },
38 "description": "Tiny millisecond conversion utility",
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"
45 },
46 "eslintConfig": {
47 "extends": "eslint:recommended",
48 "env": {
49 "node": true,
50 "es6": true
51 }
52 },
53 "files": [
54 "index.js"
55 ],
56 "homepage": "https://github.com/zeit/ms#readme",
57 "license": "MIT",
58 "lint-staged": {
59 "*.js": [
60 "npm run lint",
61 "prettier --single-quote --write",
62 "git add"
63 ]
64 },
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"
77}
Note: See TracBrowser for help on using the repository browser.