Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ms / package.json
1 {
2   "_from": "ms@2.1.2",
3   "_id": "ms@2.1.2",
4   "_inBundle": false,
5   "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
6   "_location": "/ms",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "ms@2.1.2",
12     "name": "ms",
13     "escapedName": "ms",
14     "rawSpec": "2.1.2",
15     "saveSpec": null,
16     "fetchSpec": "2.1.2"
17   },
18   "_requiredBy": [
19     "/debug",
20     "/prettier-stylelint/debug",
21     "/stylelint/debug"
22   ],
23   "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
24   "_shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
25   "_spec": "ms@2.1.2",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/debug",
27   "bugs": {
28     "url": "https://github.com/zeit/ms/issues"
29   },
30   "bundleDependencies": false,
31   "deprecated": false,
32   "description": "Tiny millisecond conversion utility",
33   "devDependencies": {
34     "eslint": "4.12.1",
35     "expect.js": "0.3.1",
36     "husky": "0.14.3",
37     "lint-staged": "5.0.0",
38     "mocha": "4.0.1"
39   },
40   "eslintConfig": {
41     "extends": "eslint:recommended",
42     "env": {
43       "node": true,
44       "es6": true
45     }
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/zeit/ms#readme",
51   "license": "MIT",
52   "lint-staged": {
53     "*.js": [
54       "npm run lint",
55       "prettier --single-quote --write",
56       "git add"
57     ]
58   },
59   "main": "./index",
60   "name": "ms",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/zeit/ms.git"
64   },
65   "scripts": {
66     "lint": "eslint lib/* bin/*",
67     "precommit": "lint-staged",
68     "test": "mocha tests.js"
69   },
70   "version": "2.1.2"
71 }