WIP - add extractor, generate snippet_data
This commit is contained in:
81
node_modules/git-up/package.json
generated
vendored
Normal file
81
node_modules/git-up/package.json
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"_from": "git-up@4.0.1",
|
||||
"_id": "git-up@4.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw==",
|
||||
"_location": "/git-up",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "git-up@4.0.1",
|
||||
"name": "git-up",
|
||||
"escapedName": "git-up",
|
||||
"rawSpec": "4.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby-telemetry"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.1.tgz",
|
||||
"_shasum": "cb2ef086653640e721d2042fe3104857d89007c0",
|
||||
"_spec": "git-up@4.0.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-telemetry",
|
||||
"author": {
|
||||
"name": "Ionică Bizău",
|
||||
"email": "bizauionica@gmail.com",
|
||||
"url": "https://ionicabizau.net"
|
||||
},
|
||||
"blah": {},
|
||||
"bugs": {
|
||||
"url": "https://github.com/IonicaBizau/git-up/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"is-ssh": "^1.3.0",
|
||||
"parse-url": "^5.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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.1"
|
||||
}
|
||||
Reference in New Issue
Block a user