summaryrefslogtreecommitdiff
path: root/deps/npm/test/disabled/fast/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/disabled/fast/package.json')
-rw-r--r--deps/npm/test/disabled/fast/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/npm/test/disabled/fast/package.json b/deps/npm/test/disabled/fast/package.json
new file mode 100644
index 0000000000..fbf26e9b14
--- /dev/null
+++ b/deps/npm/test/disabled/fast/package.json
@@ -0,0 +1,9 @@
+{ "name" : "fast"
+, "description" : "does nothing, and not very fast"
+, "version" : "1.2.3"
+, "scripts" :
+{ "preinstall" : "sleep 1 && echo fast 1 $(date +%s) && echo fast 2"
+, "install" : "sleep 1 && echo fast 2 $(date +%s) && echo fast 3"
+, "postinstall" : "sleep 1 && echo fast 3 $(date +%s) && echo fast 4"
+}
+}