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

package.json « npm-test-env-reader « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99d7fc930702846089eb6e8b4679dc96a3dd2a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "name":"npm-test-env-reader"
, "version" : "1.2.3"
, "scripts" :
  { "install"       : "node test.js"
  , "preinstall"    : "node test.js"
  , "preuninstall"  : "node test.js"
  , "postuninstall" : "node test.js"
  , "test"          : "node test.js"
  , "stop"          : "node test.js"
  , "start"         : "node test.js"
  , "restart"       : "node test.js"
  , "foo"           : "node test.js"
  }
}