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.
113 lines
3.9 KiB
113 lines
3.9 KiB
{
|
|
"_from": "@nuxtjs/opencollective@0.2.2",
|
|
"_id": "@nuxtjs/opencollective@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-69gFVDs7mJfNjv9Zs5DFVD+pvBW+k1TaHSOqUWqAyTTfLcKI/EMYQgvEvziRd+zAFtUOoye6MfWh0qvinGISPw==",
|
|
"_location": "/@nuxtjs/opencollective",
|
|
"_phantomChildren": {
|
|
"ansi-styles": "3.2.1",
|
|
"escape-string-regexp": "1.0.5",
|
|
"supports-color": "5.5.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@nuxtjs/opencollective@0.2.2",
|
|
"name": "@nuxtjs/opencollective",
|
|
"escapedName": "@nuxtjs%2fopencollective",
|
|
"scope": "@nuxtjs",
|
|
"rawSpec": "0.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/javascript-obfuscator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.2.2.tgz",
|
|
"_shasum": "26a761ebf588cc92a422d7cee996a66bd6e2761e",
|
|
"_spec": "@nuxtjs/opencollective@0.2.2",
|
|
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
|
|
"ava": {
|
|
"require": [
|
|
"esm"
|
|
]
|
|
},
|
|
"bin": {
|
|
"opencollective": "bin/opencollective.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nuxt-community/opencollective/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Alexander Lichter",
|
|
"email": "npm@lichter.io"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"consola": "^2.3.0",
|
|
"node-fetch": "^2.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/opencollective/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/opencollective) [![npm](https://img.shields.io/npm/dt/@nuxtjs/opencollective.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/opencollective) [![CircleCI](https://img.shields.io/circleci/project/github/nuxt/opencollective.svg?style=flat-square)](https://circleci.com/gh/nuxt/opencollective) [![Codecov](https://img.shields.io/codecov/c/github/nuxt/opencollective.svg?style=flat-square)](https://codecov.io/gh/nuxt/opencollective) [![Dependencies](https://david-dm.org/nuxt/opencollective/status.svg?style=flat-square)](https://david-dm.org/nuxt/opencollective) [![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com)",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^7.0.0",
|
|
"@commitlint/config-conventional": "^7.0.1",
|
|
"ava": "^1.0.0-beta.7",
|
|
"bili": "^3.4.2",
|
|
"codecov": "^3.0.4",
|
|
"eslint": "^5.4.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-ava": "^5.1.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^8.0.0",
|
|
"eslint-plugin-promise": "^4.0.0",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^4.7.1",
|
|
"esm": "^3.0.84",
|
|
"fetch-mock": "^7.2.5",
|
|
"husky": "^1.0.0-rc.13",
|
|
"nyc": "^13.1.0",
|
|
"sinon": "^7.1.1",
|
|
"standard-version": "^4.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5.0.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/nuxt-community/opencollective#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint",
|
|
"commit-msg": "npm run commitlint"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/opencollective.cjs.js",
|
|
"name": "@nuxtjs/opencollective",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt-community/opencollective.git"
|
|
},
|
|
"scripts": {
|
|
"build": "bili -t node --format cjs src/index.js",
|
|
"commitlint": "commitlint -e $GIT_PARAMS",
|
|
"coverage": "codecov",
|
|
"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.2.2"
|
|
}
|
|
|