mirror of
https://github.com/actions/github-script.git
synced 2026-01-12 01:15:08 +00:00
Initial pass on script Action
This commit is contained in:
47
node_modules/universal-user-agent/package.json
generated
vendored
Normal file
47
node_modules/universal-user-agent/package.json
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "universal-user-agent",
|
||||
"version": "3.0.0",
|
||||
"description": "Get a user agent string in both browser and node",
|
||||
"repository": "https://github.com/gr2m/universal-user-agent.git",
|
||||
"keywords": [],
|
||||
"author": "Gregor Martynus (https://github.com/gr2m)",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"browser": "browser.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"coverage": "nyc report --reporter=html && open coverage/index.html",
|
||||
"coverage:upload": "nyc report --reporter=text-lcov | coveralls",
|
||||
"pretest": "standard",
|
||||
"test": "nyc mocha \"test/*-test.js\"",
|
||||
"test:browser": "cypress run --browser chrome",
|
||||
"semantic-release": "semantic-release",
|
||||
"travis-deploy-once": "travis-deploy-once"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"coveralls": "^3.0.2",
|
||||
"cypress": "^3.1.0",
|
||||
"mocha": "^6.0.0",
|
||||
"proxyquire": "^2.1.0",
|
||||
"nyc": "^14.0.0",
|
||||
"sinon": "^7.2.4",
|
||||
"sinon-chai": "^3.2.0",
|
||||
"standard": "^13.0.1",
|
||||
"test": "^0.6.0",
|
||||
"semantic-release": "^15.9.15",
|
||||
"travis-deploy-once": "^5.0.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"os-name": "^3.0.0"
|
||||
},
|
||||
"standard": {
|
||||
"globals": [
|
||||
"describe",
|
||||
"it",
|
||||
"beforeEach",
|
||||
"afterEach",
|
||||
"expect"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user