Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / hasha / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "hasha@^2.2.0",
6         "scope": null,
7         "escapedName": "hasha",
8         "name": "hasha",
9         "rawSpec": "^2.2.0",
10         "spec": ">=2.2.0 <3.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs"
14     ]
15   ],
16   "_from": "hasha@>=2.2.0 <3.0.0",
17   "_id": "hasha@2.2.0",
18   "_inCache": true,
19   "_location": "/hasha",
20   "_nodeVersion": "4.2.4",
21   "_npmUser": {
22     "name": "sindresorhus",
23     "email": "sindresorhus@gmail.com"
24   },
25   "_npmVersion": "2.14.12",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "hasha@^2.2.0",
29     "scope": null,
30     "escapedName": "hasha",
31     "name": "hasha",
32     "rawSpec": "^2.2.0",
33     "spec": ">=2.2.0 <3.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/phantomjs"
38   ],
39   "_resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
40   "_shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
41   "_shrinkwrap": null,
42   "_spec": "hasha@^2.2.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs",
44   "author": {
45     "name": "Sindre Sorhus",
46     "email": "sindresorhus@gmail.com",
47     "url": "sindresorhus.com"
48   },
49   "bugs": {
50     "url": "https://github.com/sindresorhus/hasha/issues"
51   },
52   "dependencies": {
53     "is-stream": "^1.0.1",
54     "pinkie-promise": "^2.0.0"
55   },
56   "description": "Hashing made simple. Get the hash of a buffer/string/stream/file.",
57   "devDependencies": {
58     "ava": "*",
59     "proxyquire": "^1.7.2",
60     "xo": "*"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
65     "tarball": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz"
66   },
67   "engines": {
68     "node": ">=0.10.0"
69   },
70   "files": [
71     "index.js"
72   ],
73   "gitHead": "5104d62d41122047a9da143fcd05e9397ff494a2",
74   "homepage": "https://github.com/sindresorhus/hasha",
75   "keywords": [
76     "hash",
77     "hashing",
78     "crypto",
79     "hex",
80     "base64",
81     "md5",
82     "sha1",
83     "sha256",
84     "sha512",
85     "sum",
86     "stream",
87     "file",
88     "fs",
89     "buffer",
90     "string",
91     "text",
92     "rev",
93     "revving",
94     "simple",
95     "easy"
96   ],
97   "license": "MIT",
98   "maintainers": [
99     {
100       "name": "sindresorhus",
101       "email": "sindresorhus@gmail.com"
102     }
103   ],
104   "name": "hasha",
105   "optionalDependencies": {},
106   "readme": "ERROR: No README data found!",
107   "repository": {
108     "type": "git",
109     "url": "git+https://github.com/sindresorhus/hasha.git"
110   },
111   "scripts": {
112     "test": "xo && ava"
113   },
114   "version": "2.2.0"
115 }