mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
npm install
This commit is contained in:
97
conf/site/node_modules/error-stack-parser/package.json
generated
vendored
97
conf/site/node_modules/error-stack-parser/package.json
generated
vendored
@@ -1,40 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"error-stack-parser@2.0.6",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
"name": "error-stack-parser",
|
||||
"description": "Extract meaning from JS Errors",
|
||||
"maintainers": [
|
||||
"Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)",
|
||||
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
|
||||
"Oliver Salzburg (https://github.com/oliversalzburg)",
|
||||
"Ben Gourley (https://github.com/bengourley)"
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "error-stack-parser@2.0.6",
|
||||
"_id": "error-stack-parser@2.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==",
|
||||
"_location": "/error-stack-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "error-stack-parser@2.0.6",
|
||||
"name": "error-stack-parser",
|
||||
"escapedName": "error-stack-parser",
|
||||
"rawSpec": "2.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/friendly-errors-webpack-plugin"
|
||||
"version": "2.0.6",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"stacktrace",
|
||||
"error",
|
||||
"stack",
|
||||
"parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz",
|
||||
"_spec": "2.0.6",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"bugs": {
|
||||
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
|
||||
},
|
||||
"homepage": "https://www.stacktracejs.com",
|
||||
"dependencies": {
|
||||
"stackframe": "^1.1.1"
|
||||
},
|
||||
"description": "Extract meaning from JS Errors",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/stacktracejs/error-stack-parser.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"jasmine": "^3.5.0",
|
||||
@@ -53,6 +41,11 @@
|
||||
"karma-spec-reporter": "0.0.32",
|
||||
"uglify-es": "^3.3.9"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
|
||||
},
|
||||
"main": "./error-stack-parser.js",
|
||||
"typings": "./error-stack-parser.d.ts",
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
@@ -60,47 +53,11 @@
|
||||
"error-stack-parser.d.ts",
|
||||
"dist/"
|
||||
],
|
||||
"homepage": "https://www.stacktracejs.com",
|
||||
"keywords": [
|
||||
"stacktrace",
|
||||
"error",
|
||||
"stack",
|
||||
"parser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./error-stack-parser.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Eric Wendelin",
|
||||
"email": "me@eriwen.com",
|
||||
"url": "https://www.eriwen.com"
|
||||
},
|
||||
{
|
||||
"name": "Victor Homyakov",
|
||||
"email": "vkhomyackov@gmail.com",
|
||||
"url": "https://github.com/victor-homyakov"
|
||||
},
|
||||
{
|
||||
"name": "Oliver Salzburg",
|
||||
"url": "https://github.com/oliversalzburg"
|
||||
},
|
||||
{
|
||||
"name": "Ben Gourley",
|
||||
"url": "https://github.com/bengourley"
|
||||
}
|
||||
],
|
||||
"name": "error-stack-parser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/stacktracejs/error-stack-parser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --fix .",
|
||||
"prepare": "cp error-stack-parser.js dist/ && uglifyjs node_modules/stackframe/stackframe.js error-stack-parser.js -o dist/error-stack-parser.min.js --compress --mangle --source-map \"url=error-stack-parser.min.js.map\"",
|
||||
"test": "karma start karma.conf.js --single-run",
|
||||
"test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis",
|
||||
"test-ci": "karma start karma.conf.ci.js --single-run",
|
||||
"test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis"
|
||||
},
|
||||
"typings": "./error-stack-parser.d.ts",
|
||||
"version": "2.0.6"
|
||||
"prepare": "cp error-stack-parser.js dist/ && uglifyjs node_modules/stackframe/stackframe.js error-stack-parser.js -o dist/error-stack-parser.min.js --compress --mangle --source-map \"url=error-stack-parser.min.js.map\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user