62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"github-from-package@0.0.0",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "github-from-package@0.0.0",
|
|
"_id": "github-from-package@0.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=",
|
|
"_location": "/github-from-package",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "github-from-package@0.0.0",
|
|
"name": "github-from-package",
|
|
"escapedName": "github-from-package",
|
|
"rawSpec": "0.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/snappy/prebuild-install"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
"_spec": "0.0.0",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/github-from-package/issues"
|
|
},
|
|
"description": "return the github url from a package.json file",
|
|
"devDependencies": {
|
|
"tap": "~0.3.0",
|
|
"tape": "~0.1.5"
|
|
},
|
|
"homepage": "https://github.com/substack/github-from-package",
|
|
"keywords": [
|
|
"github",
|
|
"package.json",
|
|
"npm",
|
|
"repository"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "github-from-package",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/github-from-package.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.0.0"
|
|
}
|