59 lines
1.5 KiB
JSON

{
"_from": "stack-chain@^2.0.0",
"_id": "stack-chain@2.0.0",
"_inBundle": false,
"_integrity": "sha512-GGrHXePi305aW7XQweYZZwiRwR7Js3MWoK/EHzzB9ROdc75nCnjSJVi21rdAGxFl+yCx2L2qdfl5y7NO4lTyqg==",
"_location": "/stack-chain",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stack-chain@^2.0.0",
"name": "stack-chain",
"escapedName": "stack-chain",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/cucumber"
],
"_resolved": "https://registry.npmjs.org/stack-chain/-/stack-chain-2.0.0.tgz",
"_shasum": "d73d1172af89565f07438b5bcc086831b6689b2d",
"_spec": "stack-chain@^2.0.0",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cucumber",
"author": {
"name": "Andreas Madsen",
"email": "amwebdk@gmail.com"
},
"bugs": {
"url": "https://github.com/AndreasMadsen/stack-chain/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "API for combining call site modifiers",
"devDependencies": {
"tap": "2.x.x",
"uglify-js": "2.5.x"
},
"homepage": "https://github.com/AndreasMadsen/stack-chain#readme",
"keywords": [
"stack",
"chain",
"trace",
"call site",
"concat",
"format"
],
"license": "MIT",
"name": "stack-chain",
"repository": {
"type": "git",
"url": "git://github.com/AndreasMadsen/stack-chain.git"
},
"scripts": {
"test": "tap ./test/simple/*"
},
"version": "2.0.0"
}