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

package.json « npm-test-optional-deps « packages « test « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67545ca9da13916faa9473a792e7a8a314bd1cee (plain)
1
2
3
4
5
6
7
8
9
10
11
{ "name": "npm-test-optional-deps"
, "version": "1.2.5"
, "scripts": { "test": "node test.js" }
, "optionalDependencies":
  { "npm-test-foobarzaaakakaka": "http://example.com/"
  , "dnode": "10.999.14234"
  , "sax": "0.3.5"
  , "glob": "some invalid version 99 #! $$ x y z"
  , "npm-test-failer":"*"
  }
}