芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/consolidated-events/package.json
{ "_args": [ [ "consolidated-events@2.0.2", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "consolidated-events@2.0.2", "_id": "consolidated-events@2.0.2", "_inBundle": false, "_integrity": "sha512-2/uRVMdRypf5z/TW/ncD/66l75P5hH2vM/GR8Jf8HLc2xnfJtmina6F6du8+v4Z2vTrMo7jC+W1tmEEuuELgkQ==", "_location": "/consolidated-events", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "consolidated-events@2.0.2", "name": "consolidated-events", "escapedName": "consolidated-events", "rawSpec": "2.0.2", "saveSpec": null, "fetchSpec": "2.0.2" }, "_requiredBy": [ "/react-dates", "/react-outside-click-handler" ], "_resolved": "https://registry.npmjs.org/consolidated-events/-/consolidated-events-2.0.2.tgz", "_spec": "2.0.2", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Joe Lencioni", "email": "joe.lencioni@gmail.com" }, "bugs": { "url": "https://github.com/lencioni/consolidated-events/issues" }, "description": "Manage multiple event handlers using few event listeners", "devDependencies": { "babel-core": "^6.26.3", "babel-jest": "^23.0.1", "babel-preset-airbnb": "^2.5.1", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.12.0", "in-publish": "^2.0.0", "jest": "^23.1.0", "jest-wrap": "^1.4.0", "rimraf": "^2.6.2", "rollup": "^0.60.7", "rollup-plugin-babel": "^3.0.4", "safe-publish-latest": "^1.1.1" }, "homepage": "https://github.com/lencioni/consolidated-events#readme", "keywords": [ "events", "performance" ], "license": "MIT", "main": "lib/index.js", "module": "lib/index.esm.js", "name": "consolidated-events", "repository": { "type": "git", "url": "git+https://github.com/lencioni/consolidated-events.git" }, "scripts": { "build": "npm run clean && npm run build:js", "build:js": "rollup -c", "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)", "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0", "clean": "rimraf lib", "lint": "eslint .", "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish", "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish", "pretest": "npm run --silent lint", "tag": "git tag v$npm_package_version", "test": "npm run --silent test:js", "test:js": "jest", "test:js:watch": "jest --watch", "version:major": "npm --no-git-tag-version version major", "version:minor": "npm --no-git-tag-version version minor", "version:patch": "npm --no-git-tag-version version patch" }, "version": "2.0.2" }