axe-mcp-server 1.3.0-rc.8ee37efb → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/credits.json +11 -0
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/credits.json CHANGED
@@ -1258,6 +1258,17 @@
1258
1258
  "licenseFile": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/LICENSE",
1259
1259
  "repository": "https://github.com/nodejs/readable-stream"
1260
1260
  },
1261
+ "remove-trailing-slash@0.1.1": {
1262
+ "name": "remove-trailing-slash",
1263
+ "version": "0.1.1",
1264
+ "licenses": "MIT",
1265
+ "path": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/remove-trailing-slash@0.1.1/node_modules/remove-trailing-slash",
1266
+ "licenseText": "# remove-trailing-slash\n\nremoves trailing slashes\n\n## Installation\n\nwith [component(1)](http://component.io):\n\n $ component install stephenmathieson/remove-trailing-slash\n\nwith [npm](https://npmjs.org/):\n\n $ npm install remove-trailing-slash\n\n## API\n\n### `removeTrailingSlash(str)`\n\nRemoves trailing slashes from the given `str`\n\n## Example\n\n```js\nvar slashes = require('remove-trailing-slash')\n\nslashes('http://google.com/').should.be.equal('http://google.com');\n```\n\n## License\n\nMIT\n",
1267
+ "licenseFile": "/home/runner/work/axe-mcp-server/axe-mcp-server/node_modules/.pnpm/remove-trailing-slash@0.1.1/node_modules/remove-trailing-slash/readme.md",
1268
+ "repository": "https://github.com/stephenmathieson/remove-trailing-slash",
1269
+ "publisher": "Stephen Mathieson",
1270
+ "email": "me@stephenmathieson.com"
1271
+ },
1261
1272
  "require-from-string@2.0.2": {
1262
1273
  "name": "require-from-string",
1263
1274
  "version": "2.0.2",