npm: Upgrade to 1.3.19
[platform/upstream/nodejs.git] / deps / npm / test / tap / ignore-scripts / package.json
1 {
2   "author": "Milton the Aussie",
3   "name": "ignore-scripts",
4   "version": "0.0.0",
5   "scripts": {
6     "prepublish": "exit 123",
7     "publish": "exit 123",
8     "postpublish": "exit 123",
9     "preinstall": "exit 123",
10     "postinstall": "exit 123",
11     "preuninstall": "exit 123",
12     "uninstall": "exit 123",
13     "postuninstall": "exit 123",
14     "preupdate": "exit 123",
15     "update": "exit 123",
16     "postupdate": "exit 123",
17     "pretest": "exit 123",
18     "test": "exit 123",
19     "posttest": "exit 123",
20     "prestop": "exit 123",
21     "stop": "exit 123",
22     "poststop": "exit 123",
23     "prestart": "exit 123",
24     "start": "exit 123",
25     "poststart": "exit 123",
26     "prerestart": "exit 123",
27     "restart": "exit 123",
28     "postrestart": "exit 123"
29   }
30 }