{
  "name": "etherpad-yajsml",
  "description": "Yet another (Common)JS module loader, Etherpad edition.",
  "keywords": [
    "commonjs",
    "etherpad",
    "loader",
    "require"
  ],
  "author": {
    "name": "Chad Weider",
    "email": "cweider@oofn.net",
    "url": "http://oofn.net"
  },
  "dependencies": {},
  "optionalDependencies": {
    "mime": "^1.6.0"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-etherpad": "^2.0.0",
    "eslint-plugin-cypress": "^2.11.3",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-mocha": "^9.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
    "express": "^4.17.1",
    "mocha": "^9.0.3",
    "supertest": "^6.1.4"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "eslintConfig": {
    "root": true,
    "extends": "etherpad/node",
    "overrides": [
      {
        "files": [
          "tests/**/*"
        ],
        "extends": "etherpad/tests/backend"
      }
    ]
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "mocha tests/*.js"
  },
  "version": "0.0.12",
  "repository": {
    "type": "git",
    "url": "git://github.com/ether/etherpad-yajsml"
  }

,"_resolved": "https://registry.npmjs.org/etherpad-yajsml/-/etherpad-yajsml-0.0.12.tgz"
,"_integrity": "sha512-lVCqsZYpFsuIz417h+O83I7eadNXJ3MnQavriFa52/KTwj6xPAzEYr0PvH7KTxcqyAFtW7ItoTNVXe2h7zGxlw=="
,"_from": "etherpad-yajsml@0.0.12"
}