thedesk/app/node_modules/registry-url/package.json
2019-09-12 23:38:13 +09:00

81 lines
1.7 KiB
JSON

{
"_args": [
[
"registry-url@5.1.0",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_development": true,
"_from": "registry-url@5.1.0",
"_id": "registry-url@5.1.0",
"_inBundle": false,
"_integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==",
"_location": "/registry-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "registry-url@5.1.0",
"name": "registry-url",
"escapedName": "registry-url",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/package-json"
],
"_resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz",
"_spec": "5.1.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"ava": {
"serial": true
},
"bugs": {
"url": "https://github.com/sindresorhus/registry-url/issues"
},
"dependencies": {
"rc": "^1.2.8"
},
"description": "Get the set npm registry URL",
"devDependencies": {
"ava": "^1.4.1",
"import-fresh": "^3.0.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/registry-url#readme",
"keywords": [
"npm",
"conf",
"config",
"npmconf",
"registry",
"url",
"uri",
"scope"
],
"license": "MIT",
"name": "registry-url",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/registry-url.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "5.1.0"
}