Files
2023-07-12 16:31:19 +01:00

154 lines
3.8 KiB
JSON
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_from": "modernizr@^3",
"_id": "modernizr@3.7.1",
"_inBundle": false,
"_integrity": "sha512-pewTfEGiY5pHRnJNKFALn/nkYpWmEOtZ+iRMzQUjexkOum3X4v+xAZ9AqgXdjnDBh37HNCDP6ieq68NGPYvkTA==",
"_location": "/modernizr",
"_phantomChildren": {
"decamelize": "1.2.0",
"emoji-regex": "7.0.3",
"execa": "1.0.0",
"locate-path": "3.0.0",
"mem": "4.2.0",
"require-directory": "2.1.1",
"set-blocking": "2.0.0",
"wrap-ansi": "2.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "modernizr@^3",
"name": "modernizr",
"escapedName": "modernizr",
"rawSpec": "^3",
"saveSpec": null,
"fetchSpec": "^3"
},
"_requiredBy": [
"/customizr"
],
"_resolved": "https://registry.npmjs.org/modernizr/-/modernizr-3.7.1.tgz",
"_shasum": "c35048554879e5d60213b7771a9f593e178f8a3b",
"_spec": "modernizr@^3",
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/customizr",
"author": {
"name": "Modernizr",
"url": "https://modernizr.com/"
},
"bin": {
"modernizr": "./bin/modernizr"
},
"bugs": {
"url": "https://github.com/Modernizr/Modernizr/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Faruk Ates",
"url": "https://twitter.com/KuraFire"
},
{
"name": "Paul Irish",
"url": "https://twitter.com/paul_irish"
},
{
"name": "Alex Sexton",
"url": "https://twitter.com/SlexAxton"
},
{
"name": "Ryan Seddon",
"url": "https://twitter.com/ryanseddon"
},
{
"name": "Patrick Kettner",
"url": "https://twitter.com/patrickkettner"
},
{
"name": "Stu Cox",
"url": "https://twitter.com/stucoxmedia"
},
{
"name": "Richard Herrera",
"url": "https://twitter.com/doctyper"
},
{
"name": "Veeck",
"url": "https://twitter.com/hansalbern"
}
],
"dependencies": {
"doctrine": "^3.0.0",
"file": "^0.2.2",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"mkdirp": "^0.5.1",
"requirejs": "^2.3.6",
"yargs": "^13.2.1"
},
"deprecated": false,
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the users browser.",
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"auto-changelog": "^1.11.0",
"eslint": "^5.15.1",
"eslint-plugin-jsdoc": "^4.1.1",
"expect.js": "^0.3.1",
"find-parent-dir": "^0.3.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-pug": "^2.0.0",
"grunt-coveralls": "^2.0.0",
"grunt-env": "^0.4.4",
"grunt-eslint": "^21.0.0",
"grunt-istanbul": "^0.8.0",
"grunt-mocha": "0.4.15",
"grunt-mocha-test": "^0.13.3",
"grunt-saucelabs": "^9.0.1",
"joi": "^14.3.1",
"jquery": "3.2.1",
"json3": "^3.3.2",
"load-grunt-tasks": "^4.0.0",
"mocha": "^6.0.2",
"proxyquire": "^2.1.0",
"serve-static": "^1.13.2",
"sinon": "2.4.1",
"ua-parser-js": "^0.7.19"
},
"directories": {
"test": "test"
},
"files": [
"LICENSE",
"README.md",
"bin/",
"feature-detects/",
"lib/",
"src/"
],
"homepage": "https://github.com/Modernizr/Modernizr#readme",
"keywords": [
"modernizr",
"html5",
"css3",
"javascript",
"browser",
"feature detection"
],
"license": "MIT",
"main": "./lib/cli",
"name": "modernizr",
"repository": {
"type": "git",
"url": "git://github.com/Modernizr/Modernizr.git"
},
"scripts": {
"changelog": "auto-changelog --commit-limit false --package",
"start": "grunt default",
"test": "grunt test --stack",
"version": "node lib/generate-license.js && git add LICENSE"
},
"version": "3.7.1"
}