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

74 lines
1.8 KiB
JSON
Executable File

{
"_from": "gulp-modernizr",
"_id": "gulp-modernizr@3.2.1",
"_inBundle": false,
"_integrity": "sha512-85xYbrLeywNJyWxiAWq7BZ1XTpbRDzzU2ac6pYhgENNgJB06F2h2STlygv+/1npW4yQ+I0iErGLn64rYBGdOLQ==",
"_location": "/gulp-modernizr",
"_phantomChildren": {
"readable-stream": "2.3.6"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gulp-modernizr",
"name": "gulp-modernizr",
"escapedName": "gulp-modernizr",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-modernizr/-/gulp-modernizr-3.2.1.tgz",
"_shasum": "d6ef4a414421752f9588a9495d70db3b32122937",
"_spec": "gulp-modernizr",
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
"author": {
"name": "rejas",
"url": "https://github.com/rejas"
},
"bugs": {
"url": "https://github.com/rejas/gulp-modernizr/issues"
},
"bundleDependencies": false,
"dependencies": {
"customizr": "^1.2.1",
"plugin-error": "^1.0.1",
"through2": "^3.0.1",
"vinyl": "^2.2.0"
},
"deprecated": false,
"description": "Gulp wrapper for custom Modernizr builds",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.15.3",
"eslint-config-gulp": "^3.0.1",
"gulp": "^4.0.0",
"mocha": "^6.0.2"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/rejas/gulp-modernizr#readme",
"keywords": [
"gulpplugin",
"gulp",
"modernizr",
"customizr"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-modernizr",
"repository": {
"type": "git",
"url": "git+https://github.com/rejas/gulp-modernizr.git"
},
"scripts": {
"lint": "eslint --fix **/*.js",
"test": "mocha test/runner.js"
},
"version": "3.2.1"
}