aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/receipts/1.0.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/receipts/1.0.json')
-rw-r--r--tests/fixtures/receipts/1.0.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/fixtures/receipts/1.0.json b/tests/fixtures/receipts/1.0.json
new file mode 100644
index 00000000..e16d68ef
--- /dev/null
+++ b/tests/fixtures/receipts/1.0.json
@@ -0,0 +1,23 @@
+{
+ "schema_version": "1.0",
+ "primary_source": {
+ "type": "npm",
+ "package": "@angular/language-server"
+ },
+ "links": {
+ "bin": {
+ "ngserver": "node_modules/.bin/ngserver"
+ }
+ },
+ "metrics": {
+ "start_time": 1694752057715,
+ "completion_time": 1694752066467
+ },
+ "secondary_sources": [
+ {
+ "type": "npm",
+ "package": "typescript"
+ }
+ ],
+ "name": "angular-language-server"
+}