Initial commit
[yaffs-website] / node_modules / pretty-hrtime / package.json
1 {
2   "_args": [
3     [
4       "pretty-hrtime@^1.0.0",
5       "/var/www/yaffs/node_modules/gulp"
6     ]
7   ],
8   "_from": "pretty-hrtime@>=1.0.0 <2.0.0",
9   "_id": "pretty-hrtime@1.0.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/pretty-hrtime",
13   "_nodeVersion": "6.9.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/pretty-hrtime-1.0.3.tgz_1478374729207_0.19822899298742414"
17   },
18   "_npmUser": {
19     "email": "robrich@robrich.org",
20     "name": "robrich"
21   },
22   "_npmVersion": "3.10.8",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "pretty-hrtime",
26     "raw": "pretty-hrtime@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gulp"
34   ],
35   "_resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
36   "_shasum": "b7e3ea42435a4c9b2759d99e0f201eb195802ee1",
37   "_shrinkwrap": null,
38   "_spec": "pretty-hrtime@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/gulp",
40   "author": {
41     "name": "Rob Richardson",
42     "url": "http://robrich.org/"
43   },
44   "bugs": {
45     "url": "https://github.com/robrich/pretty-hrtime/issues"
46   },
47   "dependencies": {},
48   "description": "process.hrtime() to words",
49   "devDependencies": {
50     "jshint": "^2.9.4",
51     "mocha": "^3.1.2",
52     "should": "^11.1.1"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "b7e3ea42435a4c9b2759d99e0f201eb195802ee1",
57     "tarball": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz"
58   },
59   "engines": {
60     "node": ">= 0.8"
61   },
62   "gitHead": "fc030888103dff4a22004935ce4d15dd8f34a956",
63   "homepage": "https://github.com/robrich/pretty-hrtime",
64   "keywords": [
65     "benchmark",
66     "hrtime"
67   ],
68   "license": "MIT",
69   "main": "./index.js",
70   "maintainers": [
71     {
72       "name": "robrich",
73       "email": "robrich@robrich.org"
74     }
75   ],
76   "name": "pretty-hrtime",
77   "optionalDependencies": {},
78   "readme": "ERROR: No README data found!",
79   "repository": {
80     "type": "git",
81     "url": "git://github.com/robrich/pretty-hrtime.git"
82   },
83   "scripts": {
84     "test": "mocha && jshint ."
85   },
86   "version": "1.0.3"
87 }