Skip to content
Snippets Groups Projects
Select Git revision
  • 9564bbd0dbafc0525ade77da578bae2c50b9a37b
  • master default protected
  • v11
  • 3.4.1
4 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 1.65 KiB
    {
      "_from": "angular-resource@1.8.0",
      "_id": "angular-resource@1.8.0",
      "_inBundle": false,
      "_integrity": "sha512-9woUq3kDwoT7R6SjKX8vaJMhOplYBm9sqRAxKgDhDIdPyA8iBowqQIusf9+8Q+z/HlXb8ZXvKspJyKXrxmKdvg==",
      "_location": "/angular-resource",
      "_phantomChildren": {},
      "_requested": {
        "type": "version",
        "registry": true,
        "raw": "angular-resource@1.8.0",
        "name": "angular-resource",
        "escapedName": "angular-resource",
        "rawSpec": "1.8.0",
        "saveSpec": null,
        "fetchSpec": "1.8.0"
      },
      "_requiredBy": [
        "/"
      ],
      "_resolved": "https://registry.npmjs.org/angular-resource/-/angular-resource-1.8.0.tgz",
      "_shasum": "578ef122e7cb7bcc6c0ad6c2451dc3d27fd570ba",
      "_spec": "angular-resource@1.8.0",
      "_where": "C:\\GitHub\\keycloak\\themes\\src\\main\\resources\\theme\\keycloak\\common\\resources",
      "author": {
        "name": "Angular Core Team",
        "email": "angular-core+npm@google.com"
      },
      "bugs": {
        "url": "https://github.com/angular/angular.js/issues"
      },
      "bundleDependencies": false,
      "deprecated": false,
      "description": "AngularJS module for interacting with RESTful server-side data sources",
      "homepage": "http://angularjs.org",
      "jspm": {
        "shim": {
          "angular-resource": {
            "deps": [
              "angular"
            ]
          }
        }
      },
      "keywords": [
        "angular",
        "framework",
        "browser",
        "rest",
        "client-side"
      ],
      "license": "MIT",
      "main": "index.js",
      "name": "angular-resource",
      "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"
    }