change-string-case/node_modules/universal-user-agent/package.json

70 lines
2.0 KiB
JSON
Raw Normal View History

2020-07-30 00:28:09 +08:00
{
"_args": [
[
"universal-user-agent@6.0.0",
"/home/aszczucz/scm/aszc/change-string-case-action"
]
],
"_from": "universal-user-agent@6.0.0",
"_id": "universal-user-agent@6.0.0",
"_inBundle": false,
"_integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==",
"_location": "/universal-user-agent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "universal-user-agent@6.0.0",
"name": "universal-user-agent",
"escapedName": "universal-user-agent",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/@octokit/core",
"/@octokit/endpoint",
"/@octokit/graphql",
"/@octokit/request"
],
"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
"_spec": "6.0.0",
"_where": "/home/aszczucz/scm/aszc/change-string-case-action",
"bugs": {
"url": "https://github.com/gr2m/universal-user-agent/issues"
},
"dependencies": {},
"description": "Get a user agent string in both browser and node",
"devDependencies": {
"@gr2m/pika-plugin-build-web": "^0.6.0-issue-84.1",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.1",
"@pika/plugin-ts-standard-pkg": "^0.9.1",
"@types/jest": "^25.1.0",
"jest": "^24.9.0",
"prettier": "^2.0.0",
"semantic-release": "^17.0.5",
"ts-jest": "^26.0.0",
"typescript": "^3.6.2"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "https://github.com/gr2m/universal-user-agent#readme",
"keywords": [],
"license": "ISC",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "universal-user-agent",
"pika": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gr2m/universal-user-agent.git"
},
"sideEffects": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"version": "6.0.0"
}