@teamteanpm2024/vero-delectus-reprehenderit

1.0.4 • Public • Published

@teamteanpm2024/vero-delectus-reprehenderit Version Badge

github actions coverage License Downloads

npm badge

Validate an object in the "exports" field.

Example

const assert = require('assert');
const validateExportsObject = require('@teamteanpm2024/vero-delectus-reprehenderit');
const pkg = require('./package.json');

const results = validateExportsObject(pkg.exports);

assert.deepEqual(
    results,
    {
        __proto__: null,
        normalized: {
            __proto__: null,
            '.': './index.js',
            './package.json': './package.json'
        },
        problems: [],
        status: 'files'
    }
);

Tests

Simply clone the repo, npm install, and run npm test

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.

Readme

Keywords

Package Sidebar

Install

npm i @teamteanpm2024/vero-delectus-reprehenderit

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

12.6 kB

Total Files

5

Last publish

Collaborators

  • shivamkalsi2024