hello-world-javascript-action/node_modules/universal-user-agent/package.json

51 lines
1.5 KiB
JSON
Raw Normal View History

2019-08-07 04:05:52 +00:00
{
"name": "universal-user-agent",
"version": "2.1.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",
2019-08-07 04:05:52 +00:00
"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"
2019-08-07 04:05:52 +00:00
},
"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",
2019-08-07 04:05:52 +00:00
"sinon": "^7.2.4",
"sinon-chai": "^3.2.0",
"standard": "^12.0.1",
"test": "^0.6.0",
"semantic-release": "^15.9.15",
2019-08-07 04:05:52 +00:00
"travis-deploy-once": "^5.0.7"
},
"dependencies": {
"os-name": "^3.0.0"
2019-08-07 04:05:52 +00:00
},
"standard": {
"globals": [
"describe",
"it",
"beforeEach",
"afterEach",
"expect"
]
}
,"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-2.1.0.tgz"
,"_integrity": "sha512-8itiX7G05Tu3mGDTdNY2fB4KJ8MgZLS54RdG6PkkfwMAavrXu1mV/lls/GABx9O3Rw4PnTtasxrvbMQoBYY92Q=="
,"_from": "universal-user-agent@2.1.0"
}