aboutsummaryrefslogtreecommitdiff
path: root/node_modules/pretty-hrtime
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/pretty-hrtime
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/pretty-hrtime')
-rw-r--r--node_modules/pretty-hrtime/package.json120
1 files changed, 25 insertions, 95 deletions
diff --git a/node_modules/pretty-hrtime/package.json b/node_modules/pretty-hrtime/package.json
index fa39a3fff..a681ecabc 100644
--- a/node_modules/pretty-hrtime/package.json
+++ b/node_modules/pretty-hrtime/package.json
@@ -1,95 +1,25 @@
-{
- "_args": [
- [
- {
- "raw": "pretty-hrtime@^1.0.0",
- "scope": null,
- "escapedName": "pretty-hrtime",
- "name": "pretty-hrtime",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp"
- ]
- ],
- "_from": "pretty-hrtime@>=1.0.0 <2.0.0",
- "_id": "pretty-hrtime@1.0.2",
- "_inCache": true,
- "_location": "/pretty-hrtime",
- "_nodeVersion": "4.3.0",
- "_npmOperationalInternal": {
- "host": "packages-6-west.internal.npmjs.com",
- "tmp": "tmp/pretty-hrtime-1.0.2.tgz_1455771577547_0.672698044218123"
- },
- "_npmUser": {
- "name": "robrich",
- "email": "robrich@robrich.org"
- },
- "_npmVersion": "2.14.18",
- "_phantomChildren": {},
- "_requested": {
- "raw": "pretty-hrtime@^1.0.0",
- "scope": null,
- "escapedName": "pretty-hrtime",
- "name": "pretty-hrtime",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp"
- ],
- "_resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.2.tgz",
- "_shasum": "70ca96f4d0628a443b918758f79416a9a7bc9fa8",
- "_shrinkwrap": null,
- "_spec": "pretty-hrtime@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp",
- "author": {
- "name": "Rob Richardson",
- "url": "http://robrich.org/"
- },
- "bugs": {
- "url": "https://github.com/robrich/pretty-hrtime/issues"
- },
- "dependencies": {},
- "description": "process.hrtime() to words",
- "devDependencies": {
- "jshint": "^2.8.0",
- "mocha": "^2.3.3",
- "should": "^7.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "70ca96f4d0628a443b918758f79416a9a7bc9fa8",
- "tarball": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.2.tgz"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "gitHead": "3ac6e19e8d9cc65e29ce9e45e81fc4f331d4a71a",
- "homepage": "https://github.com/robrich/pretty-hrtime",
- "keywords": [
- "hrtime",
- "benchmark"
- ],
- "license": "MIT",
- "main": "./index.js",
- "maintainers": [
- {
- "name": "robrich",
- "email": "robrich@robrich.org"
- }
- ],
- "name": "pretty-hrtime",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/robrich/pretty-hrtime.git"
- },
- "scripts": {
- "test": "mocha && jshint ."
- },
- "version": "1.0.2"
-}
+{
+ "name": "pretty-hrtime",
+ "description": "process.hrtime() to words",
+ "version": "1.0.2",
+ "homepage": "https://github.com/robrich/pretty-hrtime",
+ "repository": "git://github.com/robrich/pretty-hrtime.git",
+ "author": "Rob Richardson (http://robrich.org/)",
+ "main": "./index.js",
+ "keywords": [
+ "hrtime",
+ "benchmark"
+ ],
+ "devDependencies": {
+ "jshint": "^2.8.0",
+ "mocha": "^2.3.3",
+ "should": "^7.1.0"
+ },
+ "scripts": {
+ "test": "mocha && jshint ."
+ },
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "license": "MIT"
+}