summaryrefslogtreecommitdiff
path: root/test/fixtures/policy/crypto-default-encoding/policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/policy/crypto-default-encoding/policy.json')
-rw-r--r--test/fixtures/policy/crypto-default-encoding/policy.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/policy/crypto-default-encoding/policy.json b/test/fixtures/policy/crypto-default-encoding/policy.json
new file mode 100644
index 0000000000..4cb485e1d9
--- /dev/null
+++ b/test/fixtures/policy/crypto-default-encoding/policy.json
@@ -0,0 +1,14 @@
+{
+ "resources": {
+ "./parent.js": {
+ "integrity": "sha384-j4pMdq83q5Bq9+idcHuGKzi89FrYm1PhZYrEw3irbNob6g4i3vKBjfYiRNYwmoGr",
+ "dependencies": {
+ "crypto": true,
+ "./dep.js": true
+ }
+ },
+ "./dep.js": {
+ "integrity": "sha384-VU7GIrTix/HFLhUb4yqsV4n1xXqjPcWw6kLvjuKXtR1+9nmufJu5vZLajBs8brIW"
+ }
+ }
+}