quitando basura del index
[VSoRC/.git] / node_modules / ms / package.json
1 {
2   "_args": [
3     [
4       "ms@2.0.0",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "ms@2.0.0",
9   "_id": "ms@2.0.0",
10   "_inBundle": false,
11   "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
12   "_location": "/ms",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "ms@2.0.0",
18     "name": "ms",
19     "escapedName": "ms",
20     "rawSpec": "2.0.0",
21     "saveSpec": null,
22     "fetchSpec": "2.0.0"
23   },
24   "_requiredBy": [
25     "/debug"
26   ],
27   "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
28   "_spec": "2.0.0",
29   "_where": "/home/josuer08/Documents/web",
30   "bugs": {
31     "url": "https://github.com/zeit/ms/issues"
32   },
33   "description": "Tiny milisecond conversion utility",
34   "devDependencies": {
35     "eslint": "3.19.0",
36     "expect.js": "0.3.1",
37     "husky": "0.13.3",
38     "lint-staged": "3.4.1",
39     "mocha": "3.4.1"
40   },
41   "eslintConfig": {
42     "extends": "eslint:recommended",
43     "env": {
44       "node": true,
45       "es6": true
46     }
47   },
48   "files": [
49     "index.js"
50   ],
51   "homepage": "https://github.com/zeit/ms#readme",
52   "license": "MIT",
53   "lint-staged": {
54     "*.js": [
55       "npm run lint",
56       "prettier --single-quote --write",
57       "git add"
58     ]
59   },
60   "main": "./index",
61   "name": "ms",
62   "repository": {
63     "type": "git",
64     "url": "git+https://github.com/zeit/ms.git"
65   },
66   "scripts": {
67     "lint": "eslint lib/* bin/*",
68     "precommit": "lint-staged",
69     "test": "mocha tests.js"
70   },
71   "version": "2.0.0"
72 }