|
{
|
|
"_from": "universal-user-agent@^2.0.0",
|
|
"_id": "universal-user-agent@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vz+heWVydO0iyYAa65VHD7WZkYzhl7BeNVy4i54p4TF8OMiLSXdbuQe4hm+fmWAsL+rVibaQHXfhvkw3c1Ws2w==",
|
|
"_location": "/universal-user-agent",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "universal-user-agent@^2.0.0",
|
|
"name": "universal-user-agent",
|
|
"escapedName": "universal-user-agent",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/rest"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-2.0.1.tgz",
|
|
"_shasum": "18e591ca52b1cb804f6b9cbc4c336cf8191f80e1",
|
|
"_spec": "universal-user-agent@^2.0.0",
|
|
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@octokit/rest",
|
|
"author": {
|
|
"name": "Gregor Martynus",
|
|
"url": "https://github.com/gr2m"
|
|
},
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/gr2m/universal-user-agent/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"os-name": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get a user agent string in both browser and node",
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"coveralls": "^3.0.2",
|
|
"cypress": "^3.1.0",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^13.0.1",
|
|
"semantic-release": "^15.9.15",
|
|
"sinon": "^6.3.3",
|
|
"sinon-chai": "^3.2.0",
|
|
"standard": "^12.0.1",
|
|
"test": "^0.6.0",
|
|
"travis-deploy-once": "^5.0.7"
|
|
},
|
|
"homepage": "https://github.com/gr2m/universal-user-agent#readme",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "universal-user-agent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gr2m/universal-user-agent.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc report --reporter=html && open coverage/index.html",
|
|
"coverage:upload": "nyc report --reporter=text-lcov | coveralls",
|
|
"pretest": "standard",
|
|
"semantic-release": "semantic-release",
|
|
"test": "nyc mocha \"test/*-test.js\"",
|
|
"test:browser": "cypress run --browser chrome",
|
|
"travis-deploy-once": "travis-deploy-once"
|
|
},
|
|
"standard": {
|
|
"globals": [
|
|
"describe",
|
|
"it",
|
|
"beforeEach",
|
|
"afterEach",
|
|
"expect"
|
|
]
|
|
},
|
|
"version": "2.0.1"
|
|
}
|