aboutsummaryrefslogtreecommitdiff
path: root/node_modules/dateformat/package.json
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/dateformat/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/dateformat/package.json')
-rw-r--r--node_modules/dateformat/package.json110
1 files changed, 18 insertions, 92 deletions
diff --git a/node_modules/dateformat/package.json b/node_modules/dateformat/package.json
index 4f57a3c41..362956d47 100644
--- a/node_modules/dateformat/package.json
+++ b/node_modules/dateformat/package.json
@@ -1,110 +1,36 @@
{
- "_args": [
- [
- {
- "raw": "dateformat@^1.0.11",
- "scope": null,
- "escapedName": "dateformat",
- "name": "dateformat",
- "rawSpec": "^1.0.11",
- "spec": ">=1.0.11 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util"
- ]
- ],
- "_from": "dateformat@>=1.0.11 <2.0.0",
- "_id": "dateformat@1.0.12",
- "_inCache": true,
- "_location": "/dateformat",
- "_nodeVersion": "0.12.7",
- "_npmUser": {
- "name": "felixge",
- "email": "felix@debuggable.com"
- },
- "_npmVersion": "2.11.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "dateformat@^1.0.11",
- "scope": null,
- "escapedName": "dateformat",
- "name": "dateformat",
- "rawSpec": "^1.0.11",
- "spec": ">=1.0.11 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp-gzip/gulp-util",
- "/gulp-sym/gulp-util",
- "/gulp-util"
+ "name": "dateformat",
+ "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
+ "maintainers": "Felix Geisendörfer <felix@debuggable.com>",
+ "homepage": "https://github.com/felixge/node-dateformat",
+ "author": "Steven Levithan",
+ "contributors": [
+ "Steven Levithan",
+ "Felix Geisendörfer <felix@debuggable.com>",
+ "Christoph Tavan <dev@tavan.de>"
],
- "_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
- "_shasum": "9f124b67594c937ff706932e4a642cca8dbbfee9",
- "_shrinkwrap": null,
- "_spec": "dateformat@^1.0.11",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util",
- "author": {
- "name": "Steven Levithan"
- },
+ "version": "1.0.12",
+ "license": "MIT",
+ "main": "lib/dateformat",
"bin": {
"dateformat": "bin/cli.js"
},
- "bugs": {
- "url": "https://github.com/felixge/node-dateformat/issues"
- },
- "contributors": [
- {
- "name": "Steven Levithan"
- },
- {
- "name": "Felix Geisendörfer",
- "email": "felix@debuggable.com"
- },
- {
- "name": "Christoph Tavan",
- "email": "dev@tavan.de"
- }
- ],
"dependencies": {
"get-stdin": "^4.0.1",
"meow": "^3.3.0"
},
- "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
"devDependencies": {
- "mocha": "2.0.1",
- "underscore": "1.7.0"
- },
- "directories": {},
- "dist": {
- "shasum": "9f124b67594c937ff706932e4a642cca8dbbfee9",
- "tarball": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz"
+ "underscore": "1.7.0",
+ "mocha": "2.0.1"
},
"engines": {
"node": "*"
},
- "gitHead": "17364d40e61c06f6de228ab94f3660a27f357f01",
- "homepage": "https://github.com/felixge/node-dateformat",
- "license": "MIT",
- "main": "lib/dateformat",
- "maintainers": [
- {
- "name": "felixge",
- "email": "felix@debuggable.com"
- },
- {
- "name": "ctavan",
- "email": "dev@tavan.de"
- }
- ],
- "name": "dateformat",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/felixge/node-dateformat.git"
- },
"scripts": {
"test": "mocha"
},
- "version": "1.0.12"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/felixge/node-dateformat.git"
+ }
}