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.
86 lines
2.3 KiB
86 lines
2.3 KiB
{
|
|
"_from": "propagate@^2.0.0",
|
|
"_id": "propagate@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
|
|
"_location": "/propagate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "propagate@^2.0.0",
|
|
"name": "propagate",
|
|
"escapedName": "propagate",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/nock"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
|
|
"_shasum": "40cdedab18085c792334e64f0ac17256d38f9a45",
|
|
"_spec": "propagate@^2.0.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/nock",
|
|
"author": {
|
|
"name": "Pedro Teixeira",
|
|
"email": "pedro.teixeira@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/nock/propagate/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Pedro Teixeira"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Propagate events from one event emitter into another",
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-prettier": "^4.1.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"prettier": "^1.16.4",
|
|
"semantic-release": "16.0.0-beta.18",
|
|
"tap": "^12.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"homepage": "http://github.com/nock/propagate#readme",
|
|
"keywords": [
|
|
"event",
|
|
"events",
|
|
"emitter",
|
|
"eventemitter",
|
|
"propagation"
|
|
],
|
|
"license": "MIT",
|
|
"name": "propagate",
|
|
"nyc": {
|
|
"exclude": [
|
|
"tests/"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nock/propagate.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "tap --coverage-report=html && open coverage/lcov-report/index.html",
|
|
"lint": "eslint \"**/*.js\"",
|
|
"posttest": "npm run -s prettier:check",
|
|
"pretest": "npm run lint",
|
|
"prettier": "prettier --write \"**/*.@(js|md|yml|json)\"",
|
|
"prettier:check": "prettier --check \"**/*.@(js|md|yml|json)\"",
|
|
"test": "npm run -s unit",
|
|
"unit": "tap tests/index.js"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|
|
|