aboutsummaryrefslogtreecommitdiff
path: root/node_modules/pretty-hrtime/package.json
blob: 9e6d3cf4709824d48b6ddfff33b2476434177caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "_args": [
    [
      "pretty-hrtime@1.0.3",
      "/home/dstaesse/git/website"
    ]
  ],
  "_development": true,
  "_from": "pretty-hrtime@1.0.3",
  "_id": "pretty-hrtime@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=",
  "_location": "/pretty-hrtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pretty-hrtime@1.0.3",
    "name": "pretty-hrtime",
    "escapedName": "pretty-hrtime",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/postcss-cli"
  ],
  "_resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/home/dstaesse/git/website",
  "author": {
    "name": "Rob Richardson",
    "url": "http://robrich.org/"
  },
  "bugs": {
    "url": "https://github.com/robrich/pretty-hrtime/issues"
  },
  "description": "process.hrtime() to words",
  "devDependencies": {
    "jshint": "^2.9.4",
    "mocha": "^3.1.2",
    "should": "^11.1.1"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "homepage": "https://github.com/robrich/pretty-hrtime",
  "keywords": [
    "hrtime",
    "benchmark"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "pretty-hrtime",
  "repository": {
    "type": "git",
    "url": "git://github.com/robrich/pretty-hrtime.git"
  },
  "scripts": {
    "test": "mocha && jshint ."
  },
  "version": "1.0.3"
}