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

package.json « npm-test-url-dep « packages « test « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1949d8388154c5c87e39d3aa74aff184bf7c09d (plain)
1
2
3
4
5
6
7
{ "name":"npm-test-url-dep"
, "version" : "1.2.3"
, "dependencies" :
  { "jsonify" : "https://github.com/substack/jsonify/tarball/master"
  , "sax": "isaacs/sax-js"
  , "canonical-host": "git://github.com/isaacs/canonical-host"
  } }