Add glob-hash dependency

This commit is contained in:
Marco Gario
2020-12-09 21:17:17 +01:00
parent 19e9176f97
commit 3478b5fea1
738 changed files with 54003 additions and 12191 deletions
+54 -18
View File
@@ -1,32 +1,68 @@
{
"name": "equal-length",
"version": "1.0.1",
"description": "Extend lines to equal length",
"license": "MIT",
"repository": "vadimdemedes/equal-length",
"_args": [
[
"equal-length@1.0.1",
"/home/marco/repos/github/codeql-action"
]
],
"_development": true,
"_from": "equal-length@1.0.1",
"_id": "equal-length@1.0.1",
"_inBundle": false,
"_integrity": "sha1-IcoRLUirJLTh5//A5TOdMf38J0w=",
"_location": "/equal-length",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "equal-length@1.0.1",
"name": "equal-length",
"escapedName": "equal-length",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/equal-length/-/equal-length-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/home/marco/repos/github/codeql-action",
"author": {
"name": "vdemedes",
"email": "vdemedes@gmail.com",
"url": "github.com/vadimdemedes"
},
"engines": {
"node": ">=4"
"bugs": {
"url": "https://github.com/vadimdemedes/equal-length/issues"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"equal",
"line"
],
"description": "Extend lines to equal length",
"devDependencies": {
"ava": "^0.17.0",
"xo": "^0.17.1"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/vadimdemedes/equal-length#readme",
"keywords": [
"equal",
"line"
],
"license": "MIT",
"name": "equal-length",
"repository": {
"type": "git",
"url": "git+https://github.com/vadimdemedes/equal-length.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.1",
"xo": {
"esnext": true
}
}
}