93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"_from": "stackframe@^1.1.0",
|
|
"_id": "stackframe@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Vx6W1Yvy+AM1R/ckVwcHQHV147pTPBKWCRLrXMuPrFVfvBUc3os7PR1QLIWCMhPpRg5eX9ojzbQIMLGBwyLjqg==",
|
|
"_location": "/stackframe",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "stackframe@^1.1.0",
|
|
"name": "stackframe",
|
|
"escapedName": "stackframe",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/error-stack-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.1.0.tgz",
|
|
"_shasum": "e3fc2eb912259479c9822f7d1f1ff365bd5cbc83",
|
|
"_spec": "stackframe@^1.1.0",
|
|
"_where": "/home/george/citwa/red_de_investigacion_front/first/node_modules/error-stack-parser",
|
|
"bugs": {
|
|
"url": "https://github.com/stacktracejs/stackframe/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "JS Object representation of a stack frame",
|
|
"devDependencies": {
|
|
"colors": "^1.3.2",
|
|
"del": "^3.0.0",
|
|
"eslint": "^5.7.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-coveralls": "^0.1.4",
|
|
"gulp-eslint": "^5.0.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-uglify": "^3.0.1",
|
|
"jasmine": "^3.2.0",
|
|
"jasmine-core": "^3.2.1",
|
|
"karma": "^3.1.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.2",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-ie-launcher": "^1.0.0",
|
|
"karma-jasmine": "^1.1.2",
|
|
"karma-opera-launcher": "^1.0.0",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"karma-sauce-launcher": "^1.2.0",
|
|
"karma-spec-reporter": "0.0.32",
|
|
"run-sequence": "^2.2.1"
|
|
},
|
|
"homepage": "https://www.stacktracejs.com",
|
|
"keywords": [
|
|
"stacktrace",
|
|
"error",
|
|
"debugger",
|
|
"stack frame"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./stackframe.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": "stackframe",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stacktracejs/stackframe.git"
|
|
},
|
|
"scripts": {
|
|
"lint": " ./node_modules/.bin/eslint stackframe.js spec/stackframe-spec.js",
|
|
"prepare": "gulp dist",
|
|
"test": "gulp test"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|