WIP - add extractor, generate snippet_data
This commit is contained in:
105
node_modules/ink-spinner/package.json
generated
vendored
Normal file
105
node_modules/ink-spinner/package.json
generated
vendored
Normal file
@ -0,0 +1,105 @@
|
||||
{
|
||||
"_from": "ink-spinner@^3.0.1",
|
||||
"_id": "ink-spinner@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-AVR4Z/NXDQ7dT5ltWcCzFS9Dd4T8eaO//E2UO8VYNiJcZpPCSJ11o5A0UVPcMlZxGbGD6ikUFDR3ZgPUQk5haQ==",
|
||||
"_location": "/ink-spinner",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ink-spinner@^3.0.1",
|
||||
"name": "ink-spinner",
|
||||
"escapedName": "ink-spinner",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby/gatsby-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ink-spinner/-/ink-spinner-3.0.1.tgz",
|
||||
"_shasum": "7b4b206d2b18538701fd92593f9acabbfe308dce",
|
||||
"_spec": "ink-spinner@^3.0.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby/node_modules/gatsby-cli",
|
||||
"author": {
|
||||
"name": "Vadim Demedes",
|
||||
"email": "vdemedes@gmail.com",
|
||||
"url": "github.com/vadimdemedes"
|
||||
},
|
||||
"babel": {
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-class-properties"
|
||||
],
|
||||
"presets": [
|
||||
"@ava/stage-4",
|
||||
"@babel/preset-react"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vadimdemedes/ink-spinner/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"cli-spinners": "^1.0.0",
|
||||
"prop-types": "^15.5.10"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Spinner component for Ink",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.3.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.3.3",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"ava": "*",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"delay": "^4.1.0",
|
||||
"eslint-config-xo-react": "^0.13.0",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"ink": "^2.0.0",
|
||||
"ink-testing-library": "^1.0.0",
|
||||
"react": "^16.8.2",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"build"
|
||||
],
|
||||
"homepage": "https://github.com/vadimdemedes/ink-spinner#readme",
|
||||
"keywords": [
|
||||
"ink",
|
||||
"progress",
|
||||
"spinner",
|
||||
"loader",
|
||||
"loading",
|
||||
"component",
|
||||
"jsx",
|
||||
"react"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
"name": "ink-spinner",
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.2",
|
||||
"ink": "^2.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vadimdemedes/ink-spinner.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir=build",
|
||||
"prepare": "npm run build",
|
||||
"pretest": "npm run build",
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "3.0.1",
|
||||
"xo": {
|
||||
"parser": "babel-eslint",
|
||||
"extends": [
|
||||
"xo-react"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user