this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

check-npm-deps: add maintainer email

+2 -2
+2 -2
packages/opam-check-npm-deps/opam-check-npm-deps.3.0.1/opam
··· 3 3 "An opam plugin to check for npm depexts inside the node_modules folder" 4 4 description: 5 5 "Provides the `opam check-npm-deps` command, which given an opam switch, gathers all the depexts belonging to the npm platform and their version constraints, and checks the `node_modules` folder to see if the constraints are satisfied." 6 - maintainer: ["Ahrefs"] 7 - authors: ["Javier Chávarri"] 6 + maintainer: ["Javier Chávarri <javier.chavarri@ahrefs.com>"] 7 + authors: ["Javier Chávarri <javier.chavarri@ahrefs.com>"] 8 8 tags: ["melange" "org:ahrefs"] 9 9 license: "MIT" 10 10 homepage: "https://github.com/ahrefs/opam-check-npm-deps"