magnet-uri
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "magnet-uri", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Parse a magnet URI and return an object of keys/values", | ||
@@ -14,9 +14,33 @@ "main": "index.js", | ||
"files": "test/*.js", | ||
"browsers": [ | ||
"ie9", | ||
"ie10", | ||
"ff20", | ||
"chrome20", | ||
"safari6" | ||
] | ||
"browsers": { | ||
"ie": [ | ||
10 | ||
], | ||
"firefox": [ | ||
5, | ||
10, | ||
15, | ||
20, | ||
25 | ||
], | ||
"chrome": [ | ||
5, | ||
10, | ||
15, | ||
20, | ||
25, | ||
30, | ||
31, | ||
"canary" | ||
], | ||
"safari": [ | ||
5.1, | ||
6 | ||
], | ||
"opera": [ | ||
12, | ||
17, | ||
"next" | ||
] | ||
} | ||
}, | ||
@@ -23,0 +47,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6480