Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « depends-on-jsdom « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c17b80b483b61a24f2e059dd165f34cce0c7c205 (plain)
1
2
3
4
{ "name" : "depends-on-jsdom"
, "version" : "1.0.0"
, "dependencies" : { "jsdom" : "*" }
}