uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/caesar-cipher/package-lock.json

Summary

Maintainability
Test Coverage
{
    "name": "csfg-interactive-caesar-cipher",
    "version": "1.0.0",
    "lockfileVersion": 2,
    "requires": true,
    "packages": {
        "": {
            "name": "csfg-interactive-caesar-cipher",
            "version": "1.0.0",
            "dependencies": {
                "es5-shim": "*",
                "es6-shim": "latest"
            }
        },
        "node_modules/es5-shim": {
            "version": "4.6.7",
            "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz",
            "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==",
            "engines": {
                "node": ">=0.4.0"
            }
        },
        "node_modules/es6-shim": {
            "version": "0.35.8",
            "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.8.tgz",
            "integrity": "sha512-Twf7I2v4/1tLoIXMT8HlqaBSS5H2wQTs2wx3MNYCI8K1R1/clXyCazrcVCPm/FuO9cyV8+leEaZOWD5C253NDg=="
        }
    },
    "dependencies": {
        "es5-shim": {
            "version": "4.6.7",
            "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz",
            "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ=="
        },
        "es6-shim": {
            "version": "0.35.8",
            "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.8.tgz",
            "integrity": "sha512-Twf7I2v4/1tLoIXMT8HlqaBSS5H2wQTs2wx3MNYCI8K1R1/clXyCazrcVCPm/FuO9cyV8+leEaZOWD5C253NDg=="
        }
    }
}