aboutsummaryrefslogtreecommitdiff
path: root/node_modules/time-stamp
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/time-stamp
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/time-stamp')
-rw-r--r--node_modules/time-stamp/package.json101
1 files changed, 17 insertions, 84 deletions
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"
+ }
}