npm install

This commit is contained in:
Henry Whitaker
2021-03-07 09:24:01 +00:00
parent 974384db8a
commit 2219b0213c
2674 changed files with 278065 additions and 156050 deletions

View File

@@ -1,48 +1,35 @@
{
"_args": [
[
"regex-parser@2.2.11",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "regex-parser@2.2.11",
"_id": "regex-parser@2.2.11",
"_inBundle": false,
"_integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==",
"_location": "/regex-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "regex-parser@2.2.11",
"name": "regex-parser",
"escapedName": "regex-parser",
"rawSpec": "2.2.11",
"saveSpec": null,
"fetchSpec": "2.2.11"
"name": "regex-parser",
"version": "2.2.11",
"description": "A module that parses a string as regular expression and returns the parsed value.",
"main": "lib/index.js",
"typings": "lib/typings/regex-parser.d.ts",
"scripts": {
"test": "vows --spec --isolate"
},
"_requiredBy": [
"/adjust-sourcemap-loader"
],
"_resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
"_spec": "2.2.11",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/regex-parser.js.git"
},
"keywords": [
"regular",
"expressions",
"node",
"parser",
"string"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/regex-parser.js/issues"
},
"description": "A module that parses a string as regular expression and returns the parsed value.",
"devDependencies": {
"vows": "^0.8.1"
},
"homepage": "https://github.com/IonicaBizau/regex-parser.js",
"directories": {
"test": "test"
},
"devDependencies": {
"vows": "^0.8.1"
},
"files": [
"bin/",
"app/",
@@ -57,25 +44,5 @@
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"homepage": "https://github.com/IonicaBizau/regex-parser.js",
"keywords": [
"regular",
"expressions",
"node",
"parser",
"string"
],
"license": "MIT",
"main": "lib/index.js",
"name": "regex-parser",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/regex-parser.js.git"
},
"scripts": {
"test": "vows --spec --isolate"
},
"typings": "lib/typings/regex-parser.d.ts",
"version": "2.2.11"
]
}