You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.4 KiB
87 lines
2.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"@nuxt/opencollective@0.3.2",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_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": [
|
|
"/bootstrap-vue"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.2.tgz",
|
|
"_spec": "0.3.2",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"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"
|
|
}
|
|
|