package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "gulp-modernizr",
  3. "_id": "gulp-modernizr@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-85xYbrLeywNJyWxiAWq7BZ1XTpbRDzzU2ac6pYhgENNgJB06F2h2STlygv+/1npW4yQ+I0iErGLn64rYBGdOLQ==",
  6. "_location": "/gulp-modernizr",
  7. "_phantomChildren": {
  8. "readable-stream": "2.3.6"
  9. },
  10. "_requested": {
  11. "type": "tag",
  12. "registry": true,
  13. "raw": "gulp-modernizr",
  14. "name": "gulp-modernizr",
  15. "escapedName": "gulp-modernizr",
  16. "rawSpec": "",
  17. "saveSpec": null,
  18. "fetchSpec": "latest"
  19. },
  20. "_requiredBy": [
  21. "#DEV:/",
  22. "#USER"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/gulp-modernizr/-/gulp-modernizr-3.2.1.tgz",
  25. "_shasum": "d6ef4a414421752f9588a9495d70db3b32122937",
  26. "_spec": "gulp-modernizr",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
  28. "author": {
  29. "name": "rejas",
  30. "url": "https://github.com/rejas"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/rejas/gulp-modernizr/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "customizr": "^1.2.1",
  38. "plugin-error": "^1.0.1",
  39. "through2": "^3.0.1",
  40. "vinyl": "^2.2.0"
  41. },
  42. "deprecated": false,
  43. "description": "Gulp wrapper for custom Modernizr builds",
  44. "devDependencies": {
  45. "chai": "^4.2.0",
  46. "eslint": "^5.15.3",
  47. "eslint-config-gulp": "^3.0.1",
  48. "gulp": "^4.0.0",
  49. "mocha": "^6.0.2"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "homepage": "https://github.com/rejas/gulp-modernizr#readme",
  55. "keywords": [
  56. "gulpplugin",
  57. "gulp",
  58. "modernizr",
  59. "customizr"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "gulp-modernizr",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/rejas/gulp-modernizr.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint --fix **/*.js",
  70. "test": "mocha test/runner.js"
  71. },
  72. "version": "3.2.1"
  73. }