mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
euh
This commit is contained in:
107
node_modules/boxen/package.json
generated
vendored
Normal file
107
node_modules/boxen/package.json
generated
vendored
Normal file
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"boxen@^1.2.1",
|
||||
"/home/beppe/Github/yahooApi/node_modules/update-notifier"
|
||||
]
|
||||
],
|
||||
"_from": "boxen@>=1.2.1 <2.0.0",
|
||||
"_id": "boxen@1.3.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/boxen",
|
||||
"_nodeVersion": "8.9.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/boxen-1.3.0.tgz_1512091816286_0.3364733885973692"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "5.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "boxen",
|
||||
"raw": "boxen@^1.2.1",
|
||||
"rawSpec": "^1.2.1",
|
||||
"scope": null,
|
||||
"spec": ">=1.2.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
|
||||
"_shasum": "55c6c39a8ba58d9c61ad22cd877532deb665a20b",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "boxen@^1.2.1",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/update-notifier",
|
||||
"author": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "Sindre Sorhus",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/boxen/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-align": "^2.0.0",
|
||||
"camelcase": "^4.0.0",
|
||||
"chalk": "^2.0.1",
|
||||
"cli-boxes": "^1.0.0",
|
||||
"string-width": "^2.0.0",
|
||||
"term-size": "^1.2.0",
|
||||
"widest-line": "^2.0.0"
|
||||
},
|
||||
"description": "Create boxes in the terminal",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"nyc": "^11.0.3",
|
||||
"xo": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==",
|
||||
"shasum": "55c6c39a8ba58d9c61ad22cd877532deb665a20b",
|
||||
"tarball": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "f968a18b60af6aa05ca1ab572f7b50cb4310d013",
|
||||
"homepage": "https://github.com/sindresorhus/boxen#readme",
|
||||
"keywords": [
|
||||
"ascii",
|
||||
"border",
|
||||
"box",
|
||||
"boxes",
|
||||
"cli",
|
||||
"console",
|
||||
"term",
|
||||
"terminal",
|
||||
"text",
|
||||
"unicode"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "boxen",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/boxen.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && nyc ava"
|
||||
},
|
||||
"version": "1.3.0"
|
||||
}
|
Reference in New Issue
Block a user