WIP - add extractor, generate snippet_data
This commit is contained in:
72
node_modules/lpad-align/package.json
generated
vendored
Normal file
72
node_modules/lpad-align/package.json
generated
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"_from": "lpad-align@^1.0.1",
|
||||
"_id": "lpad-align@1.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-IfYArBwwlcPG5JfuZyce4ISB/p4=",
|
||||
"_location": "/lpad-align",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "lpad-align@^1.0.1",
|
||||
"name": "lpad-align",
|
||||
"escapedName": "lpad-align",
|
||||
"rawSpec": "^1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/squeak"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lpad-align/-/lpad-align-1.1.2.tgz",
|
||||
"_shasum": "21f600ac1c3095c3c6e497ee67271ee08481fe9e",
|
||||
"_spec": "lpad-align@^1.0.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/squeak",
|
||||
"author": {
|
||||
"name": "Kevin Mårtensson",
|
||||
"email": "kevinmartensson@gmail.com",
|
||||
"url": "https://github.com/kevva"
|
||||
},
|
||||
"bin": {
|
||||
"lpad-align": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kevva/lpad-align/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"get-stdin": "^4.0.1",
|
||||
"indent-string": "^2.1.0",
|
||||
"longest": "^1.0.0",
|
||||
"meow": "^3.3.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Left pad a string to align with the longest string in an array",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"cli.js",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kevva/lpad-align#readme",
|
||||
"keywords": [
|
||||
"align",
|
||||
"indent",
|
||||
"lpad"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "lpad-align",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kevva/lpad-align.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user