This commit is contained in:
2019-01-25 01:39:48 +01:00
commit 41ac3fb32a
3269 changed files with 396937 additions and 0 deletions

90
node_modules/capture-stack-trace/package.json generated vendored Normal file
View File

@@ -0,0 +1,90 @@
{
"_args": [
[
"capture-stack-trace@^1.0.0",
"/home/beppe/Github/yahooApi/node_modules/create-error-class"
]
],
"_from": "capture-stack-trace@>=1.0.0 <2.0.0",
"_hasShrinkwrap": false,
"_id": "capture-stack-trace@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/capture-stack-trace",
"_nodeVersion": "10.9.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/capture-stack-trace_1.0.1_1535730672335_0.8263389664020613"
},
"_npmUser": {
"email": "floatdrop@gmail.com",
"name": "floatdrop"
},
"_npmVersion": "6.2.0",
"_phantomChildren": {},
"_requested": {
"name": "capture-stack-trace",
"raw": "capture-stack-trace@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/create-error-class"
],
"_resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
"_shasum": "a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d",
"_shrinkwrap": null,
"_spec": "capture-stack-trace@^1.0.0",
"_where": "/home/beppe/Github/yahooApi/node_modules/create-error-class",
"author": {
"email": "floatdrop@gmail.com",
"name": "Vsevolod Strukchinsky",
"url": "github.com/floatdrop"
},
"bugs": {
"url": "https://github.com/floatdrop/capture-stack-trace/issues"
},
"dependencies": {},
"description": "Error.captureStackTrace ponyfill",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"fileCount": 4,
"integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiWPxCRA9TVsSAnZWagAAgncQAI+FQtwx3ALIX8XjuNd3\nKez9948haGCYjKFRP0Emks6FKFGbRYNVtZnV6jTGkEuvOhf/boIU769LL4jL\n2PzSMcxe1geScKSj2Tc6K04ceuuvbNbx5aMn8sgF77Lq6TaKtFakDq0SXpbm\nrYijHBvxEXqayFSsjAZ3EwCKHfKSyqiF0FIFu24nR/9w0+IhykdypChlLYGp\nmwQVZXzE+UaQHcOrl84nsyxPPZrkO9mWiTD0cSAG/YY1kvqfB5UoarFyPwZD\nBM9UwG7EvRF8qHvpNkMutxwdx+tzKOmySXaPmPQ4INc6zdbuEGDl+49l1CwN\nbwyNEfg6hPPPcWnM1SyS4sUz2WJPHgi0cZJfK2idtpSGC1UJAQWbI+Ht3jio\ncQ7CkFTjiqOaIEXYmX76mLa+DWUEIXRczFpbi+0gRPuFoePN/b4JjC8dcvNq\nZFj16hOPZyZ5bx7lhExmMoayMPNBvkrU1CTSZyz+OWQfMfgHmj3h9kRTSDgs\nBqkHyS5VMQvG+9JFRRX/pdfc+oIHDXy7HMNe9zXw3MQ07yhIejQ3RWWIskNw\ntmfblX0eu16WTuTYJ/Mb1LgI5YfpVNjM9qbJgd+2egqXjdag/orUQpwZ75ef\nT/Oczqan2eEy5lF+ApZf5KmnJxviiWnobVE4tTjDpGc69IyZgPpsmC0CL3sX\n9Lju\r\n=PCvg\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d",
"tarball": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
"unpackedSize": 2596
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "dfec994c80358ded25885bd3de7a138549964984",
"homepage": "https://github.com/floatdrop/capture-stack-trace#readme",
"keywords": [
"Error",
"captureStackTrace"
],
"license": "MIT",
"maintainers": [
{
"name": "floatdrop",
"email": "floatdrop@gmail.com"
}
],
"name": "capture-stack-trace",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/capture-stack-trace.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.1"
}