Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/error-stack-parser/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "error-stack-parser",
    3   "description": "Extract meaning from JS Errors",
    4   "maintainers": [
    5     "Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)",
    6     "Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
    7     "Oliver Salzburg (https://github.com/oliversalzburg)",
    8     "Ben Gourley (https://github.com/bengourley)"
     2  "_from": "error-stack-parser@^2.0.6",
     3  "_id": "error-stack-parser@2.1.4",
     4  "_inBundle": false,
     5  "_integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
     6  "_location": "/error-stack-parser",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "error-stack-parser@^2.0.6",
     12    "name": "error-stack-parser",
     13    "escapedName": "error-stack-parser",
     14    "rawSpec": "^2.0.6",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.0.6"
     17  },
     18  "_requiredBy": [
     19    "/stacktrace-js"
    920  ],
    10   "version": "2.1.4",
    11   "license": "MIT",
    12   "keywords": [
    13     "stacktrace",
    14     "error",
    15     "stack",
    16     "parser"
    17   ],
    18   "homepage": "https://www.stacktracejs.com",
     21  "_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
     22  "_shasum": "229cb01cdbfa84440bfa91876285b94680188286",
     23  "_spec": "error-stack-parser@^2.0.6",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/stacktrace-js",
     25  "bugs": {
     26    "url": "https://github.com/stacktracejs/error-stack-parser/issues"
     27  },
     28  "bundleDependencies": false,
    1929  "dependencies": {
    2030    "stackframe": "^1.3.4"
    2131  },
    22   "repository": {
    23     "type": "git",
    24     "url": "git://github.com/stacktracejs/error-stack-parser.git"
    25   },
     32  "deprecated": false,
     33  "description": "Extract meaning from JS Errors",
    2634  "devDependencies": {
    2735    "eslint": "^8.17.0",
     
    4250    "uglify-es": "^3.3.9"
    4351  },
    44   "bugs": {
    45     "url": "https://github.com/stacktracejs/error-stack-parser/issues"
    46   },
    47   "main": "./error-stack-parser.js",
    48   "typings": "./error-stack-parser.d.ts",
    4952  "files": [
    5053    "LICENSE",
     
    5457    "dist/"
    5558  ],
     59  "homepage": "https://www.stacktracejs.com",
     60  "keywords": [
     61    "stacktrace",
     62    "error",
     63    "stack",
     64    "parser"
     65  ],
     66  "license": "MIT",
     67  "main": "./error-stack-parser.js",
     68  "maintainers": [
     69    {
     70      "name": "Eric Wendelin",
     71      "email": "me@eriwen.com",
     72      "url": "https://www.eriwen.com"
     73    },
     74    {
     75      "name": "Victor Homyakov",
     76      "email": "vkhomyackov@gmail.com",
     77      "url": "https://github.com/victor-homyakov"
     78    },
     79    {
     80      "name": "Oliver Salzburg",
     81      "url": "https://github.com/oliversalzburg"
     82    },
     83    {
     84      "name": "Ben Gourley",
     85      "url": "https://github.com/bengourley"
     86    }
     87  ],
     88  "name": "error-stack-parser",
     89  "repository": {
     90    "type": "git",
     91    "url": "git://github.com/stacktracejs/error-stack-parser.git"
     92  },
    5693  "scripts": {
    5794    "lint": "eslint --fix .",
     95    "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\"",
    5896    "test": "karma start karma.conf.js --single-run",
    59     "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_No_Sandbox",
    6097    "test-ci": "karma start karma.conf.ci.js --single-run",
    61     "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\""
    62   }
     98    "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_No_Sandbox"
     99  },
     100  "typings": "./error-stack-parser.d.ts",
     101  "version": "2.1.4"
    63102}
Note: See TracChangeset for help on using the changeset viewer.