aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vali-date
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/vali-date
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/vali-date')
-rw-r--r--node_modules/vali-date/package.json89
1 files changed, 13 insertions, 76 deletions
diff --git a/node_modules/vali-date/package.json b/node_modules/vali-date/package.json
index 515783bca..cfb4b72d8 100644
--- a/node_modules/vali-date/package.json
+++ b/node_modules/vali-date/package.json
@@ -1,73 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "vali-date@^1.0.0",
- "scope": null,
- "escapedName": "vali-date",
- "name": "vali-date",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs"
- ]
- ],
- "_from": "vali-date@>=1.0.0 <2.0.0",
- "_id": "vali-date@1.0.0",
- "_inCache": true,
- "_location": "/vali-date",
- "_nodeVersion": "4.2.1",
- "_npmUser": {
- "name": "samverschueren",
- "email": "sam.verschueren@gmail.com"
- },
- "_npmVersion": "3.3.10",
- "_phantomChildren": {},
- "_requested": {
- "raw": "vali-date@^1.0.0",
- "scope": null,
- "escapedName": "vali-date",
- "name": "vali-date",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/vinyl-fs"
- ],
- "_resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz",
- "_shasum": "1b904a59609fb328ef078138420934f6b86709a6",
- "_shrinkwrap": null,
- "_spec": "vali-date@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs",
+ "name": "vali-date",
+ "version": "1.0.0",
+ "description": "Validate a date",
+ "license": "MIT",
+ "repository": "SamVerschueren/vali-date",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
- "bugs": {
- "url": "https://github.com/samverschueren/vali-date/issues"
- },
- "dependencies": {},
- "description": "Validate a date",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "1b904a59609fb328ef078138420934f6b86709a6",
- "tarball": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "6c5251ad7ac7628f3facede9442ecd51e858ca76",
- "homepage": "https://github.com/samverschueren/vali-date#readme",
"keywords": [
"date",
"validator",
@@ -76,22 +26,9 @@
"format",
"parse"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "samverschueren",
- "email": "sam.verschueren@gmail.com"
- }
- ],
- "name": "vali-date",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/samverschueren/vali-date.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.0"
+ "dependencies": {},
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
}