You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/node_modules/_clean-stack@2.2.0@clean-stack/package.json

42 lines
854 B

{
"name": "clean-stack",
"version": "2.2.0",
"description": "Clean up error stack traces",
"license": "MIT",
"repository": "sindresorhus/clean-stack",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"clean",
"stack",
"trace",
"traces",
"error",
"err",
"electron"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"browser": {
"os": false
},
"__npminstall_done": "Fri Jan 03 2020 18:02:11 GMT+0800 (GMT+08:00)",
"_from": "clean-stack@2.2.0",
"_resolved": "https://registry.npm.taobao.org/clean-stack/download/clean-stack-2.2.0.tgz"
}