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.
66 lines
1.6 KiB
66 lines
1.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"delegate@3.2.0",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_from": "delegate@3.2.0",
|
|
"_id": "delegate@3.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=",
|
|
"_location": "/delegate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "delegate@3.2.0",
|
|
"name": "delegate",
|
|
"escapedName": "delegate",
|
|
"rawSpec": "3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/good-listener"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz",
|
|
"_spec": "3.2.0",
|
|
"_where": "D:\\project\\cashier",
|
|
"bugs": {
|
|
"url": "https://github.com/zenorocha/delegate/issues"
|
|
},
|
|
"description": "Lightweight event delegation",
|
|
"devDependencies": {
|
|
"browserify": "^13.1.0",
|
|
"chai": "^3.5.0",
|
|
"karma": "^1.3.0",
|
|
"karma-browserify": "^5.1.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-mocha": "^1.2.0",
|
|
"karma-phantomjs-launcher": "^1.0.2",
|
|
"karma-sinon": "^1.0.4",
|
|
"mocha": "^3.1.2",
|
|
"phantomjs-polyfill": "0.0.2",
|
|
"simulant": "^0.2.2",
|
|
"sinon": "^1.17.6"
|
|
},
|
|
"homepage": "https://github.com/zenorocha/delegate#readme",
|
|
"keywords": [
|
|
"event",
|
|
"delegate",
|
|
"delegation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/delegate.js",
|
|
"name": "delegate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zenorocha/delegate.git"
|
|
},
|
|
"scripts": {
|
|
"build": "browserify src/delegate.js -s delegate -o dist/delegate.js",
|
|
"test": "karma start --single-run"
|
|
},
|
|
"version": "3.2.0"
|
|
}
|
|
|