保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
{
  "_args": [
    [
      "@nuxt/opencollective@0.3.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "@nuxt/opencollective@0.3.2",
  "_id": "@nuxt/opencollective@0.3.2",
  "_inBundle": false,
  "_integrity": "sha512-XG7rUdXG9fcafu9KTDIYjJSkRO38EwjlKYIb5TQ/0WDbiTUTtUtgncMscKOYzfsY86kGs05pAuMOR+3Fi0aN3A==",
  "_location": "/@nuxt/opencollective",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxt/opencollective@0.3.2",
    "name": "@nuxt/opencollective",
    "escapedName": "@nuxt%2fopencollective",
    "scope": "@nuxt",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.2.tgz",
  "_spec": "0.3.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "ava": {
    "require": [
      "esm"
    ]
  },
  "bin": {
    "opencollective": "bin/opencollective.js"
  },
  "bugs": {
    "url": "https://github.com/nuxt-contrib/opencollective/issues"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "consola": "^2.15.0",
    "node-fetch": "^2.6.1"
  },
  "description": "[![npm version][npm-v-src]][npm-v-href] [![npm downloads][npm-d-src]][npm-d-href] [![status][github-actions-src]][github-actions-href]",
  "devDependencies": {
    "@commitlint/cli": "latest",
    "@commitlint/config-conventional": "latest",
    "@nuxtjs/eslint-config": "latest",
    "ava": "latest",
    "bili": "latest",
    "eslint": "latest",
    "esm": "latest",
    "fetch-mock": "latest",
    "nyc": "latest",
    "sinon": "latest",
    "standard-version": "latest"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://github.com/nuxt-contrib/opencollective#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@nuxt/opencollective",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-contrib/opencollective.git"
  },
  "scripts": {
    "build": "bili -t node --format cjs src/index.js",
    "lint": "eslint src test",
    "prepublish": "yarn build",
    "release": "standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && yarn test:coverage",
    "test:ava": "nyc ava --verbose",
    "test:coverage": "nyc --reporter=lcov --reporter=html ava"
  },
  "version": "0.3.2"
}