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