aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vali-date/package.json
blob: 515783bca4aa93587e371529f42e78a5562166fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "_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",
  "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"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "6c5251ad7ac7628f3facede9442ecd51e858ca76",
  "homepage": "https://github.com/samverschueren/vali-date#readme",
  "keywords": [
    "date",
    "validator",
    "iso8601",
    "moment",
    "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"
}