forked from daren.hsu/line_push
85 lines
1.7 KiB
JSON
85 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"git-up@4.0.5",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "git-up@4.0.5",
|
|
"_id": "git-up@4.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==",
|
|
"_location": "/git-up",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "git-up@4.0.5",
|
|
"name": "git-up",
|
|
"escapedName": "git-up",
|
|
"rawSpec": "4.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/git-url-parse"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.5.tgz",
|
|
"_spec": "4.0.5",
|
|
"_where": "/home/node/nuxt",
|
|
"author": {
|
|
"name": "Ionică Bizău",
|
|
"email": "bizauionica@gmail.com",
|
|
"url": "https://ionicabizau.net"
|
|
},
|
|
"blah": {},
|
|
"bugs": {
|
|
"url": "https://github.com/IonicaBizau/git-up/issues"
|
|
},
|
|
"dependencies": {
|
|
"is-ssh": "^1.3.0",
|
|
"parse-url": "^6.0.0"
|
|
},
|
|
"description": "A low level git url parser.",
|
|
"devDependencies": {
|
|
"tester": "^1.4.3"
|
|
},
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"app/",
|
|
"lib/",
|
|
"dist/",
|
|
"src/",
|
|
"scripts/",
|
|
"resources/",
|
|
"menu/",
|
|
"cli.js",
|
|
"index.js",
|
|
"bloggify.js",
|
|
"bloggify.json",
|
|
"bloggify/"
|
|
],
|
|
"homepage": "https://github.com/IonicaBizau/git-up",
|
|
"keywords": [
|
|
"git",
|
|
"url",
|
|
"parser",
|
|
"parsing"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "git-up",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/IonicaBizau/git-up.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"version": "4.0.5"
|
|
}
|