芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/brcast/package.json
{ "_args": [ [ "brcast@2.0.2", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "brcast@2.0.2", "_id": "brcast@2.0.2", "_inBundle": false, "_integrity": "sha512-Tfn5JSE7hrUlFcOoaLzVvkbgIemIorMIyoMr3TgvszWW7jFt2C9PdeMLtysYD9RU0MmU17b69+XJG1eRY2OBRg==", "_location": "/brcast", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "brcast@2.0.2", "name": "brcast", "escapedName": "brcast", "rawSpec": "2.0.2", "saveSpec": null, "fetchSpec": "2.0.2" }, "_requiredBy": [ "/react-with-direction" ], "_resolved": "https://registry.npmjs.org/brcast/-/brcast-2.0.2.tgz", "_spec": "2.0.2", "_where": "/home/freeclou/app.optimyar.com/backend", "amdName": "brcast", "authors": [ "Alessandro Arnodo
" ], "bugs": { "url": "https://github.com/vesparny/brcast/issues" }, "dependencies": {}, "description": "Tiny data broadcaster with 0 dependencies", "devDependencies": { "babel-core": "^6.24.1", "babel-eslint": "^7.2.2", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.24.1", "cross-env": "^4.0.0", "gzip-size-cli": "^2.0.0", "husky": "^0.14.3", "jest": "^20.0.4", "lint-staged": "^4.0.2", "npm-run-all": "^4.0.2", "prettier": "^1.5.3", "rimraf": "^2.5.2", "rollup": "^0.41.4", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-uglify": "^1.0.1", "standard": "^10.0.2", "standard-version": "^4.0.0" }, "files": [ "dist", "index.js", "index.spec.js" ], "homepage": "https://github.com/vesparny/brcast", "jsnext:main": "index.js", "keywords": [ "events", "eventemitter", "pubsub", "broadcast" ], "license": "MIT", "lint-staged": { "*.js": [ "prettier --write --semi false --single-quote", "standard --fix", "git add" ] }, "main": "dist/brcast.cjs.js", "module": "dist/brcast.es.js", "name": "brcast", "repository": { "type": "git", "url": "git+https://github.com/vesparny/brcast.git" }, "scripts": { "build": "npm-run-all test clean rollup rollup:min size", "bump": "standard-version", "clean": "rimraf dist", "format": "prettier --write --semi false '*.js' && standard --fix", "lint": "standard", "precommit": "lint-staged", "release": "npm run build && npm run bump && git push --follow-tags origin master && npm publish", "rollup": "rollup -c", "rollup:min": "cross-env MINIFY=minify rollup -c", "size": "echo \"Gzipped Size: $(cat dist/brcast.umd.min.js | gzip-size)\"", "test": "npm run lint && npm run testonly", "testonly": "jest --coverage" }, "standard": { "parser": "babel-eslint", "globals": [ "jest", "expect", "it", "test", "describe" ] }, "umd:main": "dist/brcast.umd.js", "version": "2.0.2" }