mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 12:05:48 +00:00
120 lines
3.4 KiB
JSON
120 lines
3.4 KiB
JSON
|
{
|
||
|
"_from": "@octokit/graphql@^2.0.1",
|
||
|
"_id": "@octokit/graphql@2.1.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-XoXJqL2ondwdnMIW3wtqJWEwcBfKk37jO/rYkoxNPEVeLBDGsGO1TCWggrAlq3keGt/O+C/7VepXnukUxwt5vA==",
|
||
|
"_location": "/@octokit/graphql",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@octokit/graphql@^2.0.1",
|
||
|
"name": "@octokit/graphql",
|
||
|
"escapedName": "@octokit%2fgraphql",
|
||
|
"scope": "@octokit",
|
||
|
"rawSpec": "^2.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@actions/github"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-2.1.3.tgz",
|
||
|
"_shasum": "60c058a0ed5fa242eca6f938908d95fd1a2f4b92",
|
||
|
"_spec": "@octokit/graphql@^2.0.1",
|
||
|
"_where": "C:\\Users\\Administrator\\Documents\\setup-node\\toolkit\\actions-github-0.0.0.tgz",
|
||
|
"author": {
|
||
|
"name": "Gregor Martynus",
|
||
|
"url": "https://github.com/gr2m"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/octokit/graphql.js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"bundlesize": [
|
||
|
{
|
||
|
"path": "./dist/octokit-graphql.min.js.gz",
|
||
|
"maxSize": "5KB"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@octokit/request": "^5.0.0",
|
||
|
"universal-user-agent": "^2.0.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "GitHub GraphQL API client for browsers and Node",
|
||
|
"devDependencies": {
|
||
|
"chai": "^4.2.0",
|
||
|
"compression-webpack-plugin": "^2.0.0",
|
||
|
"coveralls": "^3.0.3",
|
||
|
"cypress": "^3.1.5",
|
||
|
"fetch-mock": "^7.3.1",
|
||
|
"mkdirp": "^0.5.1",
|
||
|
"mocha": "^6.0.0",
|
||
|
"npm-run-all": "^4.1.3",
|
||
|
"nyc": "^14.0.0",
|
||
|
"semantic-release": "^15.13.3",
|
||
|
"simple-mock": "^0.8.0",
|
||
|
"standard": "^12.0.1",
|
||
|
"webpack": "^4.29.6",
|
||
|
"webpack-bundle-analyzer": "^3.1.0",
|
||
|
"webpack-cli": "^3.2.3"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/octokit/graphql.js#readme",
|
||
|
"keywords": [
|
||
|
"octokit",
|
||
|
"github",
|
||
|
"api",
|
||
|
"graphql"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "@octokit/graphql",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"release": {
|
||
|
"publish": [
|
||
|
"@semantic-release/npm",
|
||
|
{
|
||
|
"path": "@semantic-release/github",
|
||
|
"assets": [
|
||
|
"dist/*",
|
||
|
"!dist/*.map.gz"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/octokit/graphql.js.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm-run-all build:*",
|
||
|
"build:development": "webpack --mode development --entry . --output-library=octokitGraphql --output=./dist/octokit-graphql.js --profile --json > dist/bundle-stats.json",
|
||
|
"build:production": "webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=octokitGraphql --output-path=./dist --output-filename=octokit-graphql.min.js --devtool source-map",
|
||
|
"bundle-report": "webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html",
|
||
|
"coverage": "nyc report --reporter=html && open coverage/index.html",
|
||
|
"coverage:upload": "nyc report --reporter=text-lcov | coveralls",
|
||
|
"prebuild": "mkdirp dist/",
|
||
|
"pretest": "standard",
|
||
|
"test": "nyc mocha test/*-test.js",
|
||
|
"test:browser": "cypress run --browser chrome"
|
||
|
},
|
||
|
"standard": {
|
||
|
"globals": [
|
||
|
"describe",
|
||
|
"before",
|
||
|
"beforeEach",
|
||
|
"afterEach",
|
||
|
"after",
|
||
|
"it",
|
||
|
"expect"
|
||
|
]
|
||
|
},
|
||
|
"version": "2.1.3"
|
||
|
}
|