Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / pause / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "pause@0.1.0",
6         "scope": null,
7         "escapedName": "pause",
8         "name": "pause",
9         "rawSpec": "0.1.0",
10         "spec": "0.1.0",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "pause@0.1.0",
17   "_id": "pause@0.1.0",
18   "_inCache": true,
19   "_location": "/pause",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "pause@0.1.0",
28     "scope": null,
29     "escapedName": "pause",
30     "name": "pause",
31     "rawSpec": "0.1.0",
32     "spec": "0.1.0",
33     "type": "version"
34   },
35   "_requiredBy": [
36     "/connect"
37   ],
38   "_resolved": "https://registry.npmjs.org/pause/-/pause-0.1.0.tgz",
39   "_shasum": "ebc8a4a8619ff0b8a81ac1513c3434ff469fdb74",
40   "_shrinkwrap": null,
41   "_spec": "pause@0.1.0",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
43   "author": {
44     "name": "TJ Holowaychuk",
45     "email": "tj@vision-media.ca"
46   },
47   "bugs": {
48     "url": "https://github.com/stream-utils/pause/issues"
49   },
50   "contributors": [
51     {
52       "name": "Douglas Christopher Wilson",
53       "email": "doug@somethingdoug.com"
54     }
55   ],
56   "dependencies": {},
57   "description": "Pause a stream's data events",
58   "devDependencies": {
59     "after": "0.8.1",
60     "istanbul": "0.3.17",
61     "mocha": "1.21.5"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "ebc8a4a8619ff0b8a81ac1513c3434ff469fdb74",
66     "tarball": "https://registry.npmjs.org/pause/-/pause-0.1.0.tgz"
67   },
68   "engines": {
69     "node": ">= 0.6"
70   },
71   "files": [
72     "HISTORY.md",
73     "LICENSE",
74     "README.md",
75     "index.js"
76   ],
77   "gitHead": "ad2d6924b4f90e79511a07a058899172acd3e59b",
78   "homepage": "https://github.com/stream-utils/pause",
79   "license": "MIT",
80   "maintainers": [
81     {
82       "name": "tjholowaychuk",
83       "email": "tj@vision-media.ca"
84     },
85     {
86       "name": "jongleberry",
87       "email": "jonathanrichardong@gmail.com"
88     },
89     {
90       "name": "dougwilson",
91       "email": "doug@somethingdoug.com"
92     }
93   ],
94   "name": "pause",
95   "optionalDependencies": {},
96   "readme": "ERROR: No README data found!",
97   "repository": {
98     "type": "git",
99     "url": "git+https://github.com/stream-utils/pause.git"
100   },
101   "scripts": {
102     "test": "mocha --reporter spec --bail --check-leaks test/",
103     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
104     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
105   },
106   "version": "0.1.0"
107 }