Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/angular-sanitize/package.json')
-rw-r--r--node_modules/angular-sanitize/package.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/node_modules/angular-sanitize/package.json b/node_modules/angular-sanitize/package.json
new file mode 100644
index 0000000000..694d65520c
--- /dev/null
+++ b/node_modules/angular-sanitize/package.json
@@ -0,0 +1,66 @@
+{
+ "_args": [
+ [
+ "angular-sanitize@1.8.0",
+ "/Users/benakamoorthi/Projects/matomo"
+ ]
+ ],
+ "_from": "angular-sanitize@1.8.0",
+ "_id": "angular-sanitize@1.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-j5GiOPCvfcDWK5svEOVoPb11X3UDVy/mdHPRWuy14Iyw86xaq+Bb+x/em2sAOa5MQQeY5ciLXbF3RRp8iCKcNg==",
+ "_location": "/angular-sanitize",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "angular-sanitize@1.8.0",
+ "name": "angular-sanitize",
+ "escapedName": "angular-sanitize",
+ "rawSpec": "1.8.0",
+ "saveSpec": null,
+ "fetchSpec": "1.8.0"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.8.0.tgz",
+ "_spec": "1.8.0",
+ "_where": "/Users/benakamoorthi/Projects/matomo",
+ "author": {
+ "name": "Angular Core Team",
+ "email": "angular-core+npm@google.com"
+ },
+ "bugs": {
+ "url": "https://github.com/angular/angular.js/issues"
+ },
+ "description": "AngularJS module for sanitizing HTML",
+ "homepage": "http://angularjs.org",
+ "jspm": {
+ "shim": {
+ "angular-sanitize": {
+ "deps": [
+ "angular"
+ ]
+ }
+ }
+ },
+ "keywords": [
+ "angular",
+ "framework",
+ "browser",
+ "html",
+ "client-side"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "angular-sanitize",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/angular/angular.js.git"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "version": "1.8.0"
+}