From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/time-stamp/package.json | 101 ++++++----------------------------- 1 file changed, 17 insertions(+), 84 deletions(-) (limited to 'node_modules/time-stamp') diff --git a/node_modules/time-stamp/package.json b/node_modules/time-stamp/package.json index da6d0251e..10dc7dbe3 100644 --- a/node_modules/time-stamp/package.json +++ b/node_modules/time-stamp/package.json @@ -1,77 +1,29 @@ { - "_args": [ - [ - { - "raw": "time-stamp@^1.0.0", - "scope": null, - "escapedName": "time-stamp", - "name": "time-stamp", - "rawSpec": "^1.0.0", - "spec": ">=1.0.0 <2.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/fancy-log" - ] - ], - "_from": "time-stamp@>=1.0.0 <2.0.0", - "_id": "time-stamp@1.0.1", - "_inCache": true, - "_location": "/time-stamp", - "_nodeVersion": "5.5.0", - "_npmOperationalInternal": { - "host": "packages-12-west.internal.npmjs.com", - "tmp": "tmp/time-stamp-1.0.1.tgz_1460014127254_0.9380003691185266" - }, - "_npmUser": { - "name": "jonschlinkert", - "email": "github@sellside.com" - }, - "_npmVersion": "3.6.0", - "_phantomChildren": {}, - "_requested": { - "raw": "time-stamp@^1.0.0", - "scope": null, - "escapedName": "time-stamp", - "name": "time-stamp", - "rawSpec": "^1.0.0", - "spec": ">=1.0.0 <2.0.0", - "type": "range" + "name": "time-stamp", + "description": "Get a formatted timestamp.", + "version": "1.0.1", + "homepage": "https://github.com/jonschlinkert/time-stamp", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/time-stamp", + "bugs": { + "url": "https://github.com/jonschlinkert/time-stamp/issues" }, - "_requiredBy": [ - "/fancy-log" + "license": "MIT", + "files": [ + "index.js" ], - "_resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz", - "_shasum": "9f4bd23559c9365966f3302dbba2b07c6b99b151", - "_shrinkwrap": null, - "_spec": "time-stamp@^1.0.0", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/fancy-log", - "author": { - "name": "Jon Schlinkert", - "url": "https://github.com/jonschlinkert" + "main": "index.js", + "engines": { + "node": ">=0.10.0" }, - "bugs": { - "url": "https://github.com/jonschlinkert/time-stamp/issues" + "scripts": { + "test": "mocha" }, - "dependencies": {}, - "description": "Get a formatted timestamp.", "devDependencies": { "gulp-format-md": "^0.1.7", "mocha": "^2.4.5", "pad-left": "^2.0.3" }, - "directories": {}, - "dist": { - "shasum": "9f4bd23559c9365966f3302dbba2b07c6b99b151", - "tarball": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "gitHead": "66fc623cf26a5f85fe22a6a7acc91568cddf301c", - "homepage": "https://github.com/jonschlinkert/time-stamp", "keywords": [ "console", "date", @@ -84,24 +36,6 @@ "time", "time-stamp" ], - "license": "MIT", - "main": "index.js", - "maintainers": [ - { - "name": "jonschlinkert", - "email": "github@sellside.com" - } - ], - "name": "time-stamp", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/jonschlinkert/time-stamp.git" - }, - "scripts": { - "test": "mocha" - }, "verb": { "run": true, "toc": false, @@ -131,6 +65,5 @@ "lint": { "reflinks": true } - }, - "version": "1.0.1" + } } -- cgit v1.2.3