mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.8 KiB
89 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"ora@0.2.3",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "ora@0.2.3",
|
|
"_id": "ora@0.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=",
|
|
"_location": "/ora",
|
|
"_optional": true,
|
|
"_phantomChildren": {
|
|
"ansi-styles": "2.2.1",
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0",
|
|
"strip-ansi": "3.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ora@0.2.3",
|
|
"name": "ora",
|
|
"escapedName": "ora",
|
|
"rawSpec": "0.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/listr"
|
|
],
|
|
"_resolved": "http://registry.npmjs.org/ora/-/ora-0.2.3.tgz",
|
|
"_spec": "0.2.3",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/ora/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"cli-cursor": "^1.0.2",
|
|
"cli-spinners": "^0.1.2",
|
|
"object-assign": "^4.0.1"
|
|
},
|
|
"description": "Elegant terminal spinner",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"hook-std": "^0.2.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/ora#readme",
|
|
"keywords": [
|
|
"cli",
|
|
"spinner",
|
|
"spinners",
|
|
"terminal",
|
|
"term",
|
|
"console",
|
|
"ascii",
|
|
"unicode",
|
|
"loading",
|
|
"indicator",
|
|
"progress",
|
|
"busy",
|
|
"wait",
|
|
"idle"
|
|
],
|
|
"license": "MIT",
|
|
"name": "ora",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/ora.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "0.2.3"
|
|
}
|
|
|