package.json 1.98 KB
{
  "_from": "pubsub-js",
  "_id": "pubsub-js@1.9.0",
  "_inBundle": false,
  "_integrity": "sha1-+hneQ39BIh6Vtr1NxMdFsluSwKs=",
  "_location": "/pubsub-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "pubsub-js",
    "name": "pubsub-js",
    "escapedName": "pubsub-js",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npm.taobao.org/pubsub-js/download/pubsub-js-1.9.0.tgz",
  "_shasum": "fa19de437f41221e95b6bd4dc4c745b25b92c0ab",
  "_spec": "pubsub-js",
  "_where": "C:\\Users\\13852\\Desktop\\code\\guiguyunyinyue_study",
  "author": {
    "name": "Morgan Roderick",
    "email": "morgan@roderick.dk",
    "url": "http://roderick.dk"
  },
  "bugs": {
    "url": "https://github.com/mroderick/PubSubJS/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Dependency free publish/subscribe library",
  "devDependencies": {
    "@studio/changes": "^2.0.0",
    "eslint": "4.19.1",
    "jsdoc-to-markdown": "^5.0.3",
    "mocha": "7.1.0",
    "nyc": "15.0.0",
    "referee": "^1.2.0",
    "sinon": "9.0.0"
  },
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "homepage": "https://github.com/mroderick/PubSubJS#readme",
  "keywords": [
    "pub/sub",
    "pubsub",
    "publish/subscribe",
    "publish",
    "subscribe"
  ],
  "license": "MIT",
  "main": "./src/pubsub.js",
  "name": "pubsub-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mroderick/PubSubJS.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=lcov --reporter=text --reporter=json-summary npm test",
    "lint": "eslint src/ test/",
    "postversion": "git push --follow-tags && npm publish --access public",
    "prepublishOnly": "jsdoc2md --template ./docs/template.hbs --files ./src/*.js > ./docs/docs.md",
    "preversion": "npm test",
    "test": "mocha",
    "version": "changes --commits --footer"
  },
  "version": "1.9.0"
}