source: trip-planner-front/node_modules/connect/node_modules/ms/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "ms@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ms@2.0.0",
10 "_id": "ms@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
13 "_location": "/connect/ms",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ms@2.0.0",
19 "name": "ms",
20 "escapedName": "ms",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/connect/debug"
27 ],
28 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
29 "_spec": "2.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/zeit/ms/issues"
33 },
34 "description": "Tiny milisecond conversion utility",
35 "devDependencies": {
36 "eslint": "3.19.0",
37 "expect.js": "0.3.1",
38 "husky": "0.13.3",
39 "lint-staged": "3.4.1",
40 "mocha": "3.4.1"
41 },
42 "eslintConfig": {
43 "extends": "eslint:recommended",
44 "env": {
45 "node": true,
46 "es6": true
47 }
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/zeit/ms#readme",
53 "license": "MIT",
54 "lint-staged": {
55 "*.js": [
56 "npm run lint",
57 "prettier --single-quote --write",
58 "git add"
59 ]
60 },
61 "main": "./index",
62 "name": "ms",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/zeit/ms.git"
66 },
67 "scripts": {
68 "lint": "eslint lib/* bin/*",
69 "precommit": "lint-staged",
70 "test": "mocha tests.js"
71 },
72 "version": "2.0.0"
73}
Note: See TracBrowser for help on using the repository browser.