github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node12/node_modules/universal-user-agent/package.json (about) 1 { 2 "name": "universal-user-agent", 3 "description": "Get a user agent string in both browser and node", 4 "version": "6.0.0", 5 "license": "ISC", 6 "files": [ 7 "dist-*/", 8 "bin/" 9 ], 10 "pika": true, 11 "sideEffects": false, 12 "keywords": [], 13 "repository": "https://github.com/gr2m/universal-user-agent.git", 14 "dependencies": {}, 15 "devDependencies": { 16 "@gr2m/pika-plugin-build-web": "^0.6.0-issue-84.1", 17 "@pika/pack": "^0.5.0", 18 "@pika/plugin-build-node": "^0.9.1", 19 "@pika/plugin-ts-standard-pkg": "^0.9.1", 20 "@types/jest": "^25.1.0", 21 "jest": "^24.9.0", 22 "prettier": "^2.0.0", 23 "semantic-release": "^17.0.5", 24 "ts-jest": "^26.0.0", 25 "typescript": "^3.6.2" 26 }, 27 "source": "dist-src/index.js", 28 "types": "dist-types/index.d.ts", 29 "main": "dist-node/index.js", 30 "module": "dist-web/index.js" 31 }