| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "adal-node@^0.1.28",
- "_id": "adal-node@0.1.28",
- "_inBundle": false,
- "_integrity": "sha1-RoxLs+u9lrEnBmn0ucuk4AZepIU=",
- "_location": "/adal-node",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "adal-node@^0.1.28",
- "name": "adal-node",
- "escapedName": "adal-node",
- "rawSpec": "^0.1.28",
- "saveSpec": null,
- "fetchSpec": "^0.1.28"
- },
- "_requiredBy": [
- "/@azure/ms-rest-nodeauth"
- ],
- "_resolved": "https://registry.npmjs.org/adal-node/-/adal-node-0.1.28.tgz",
- "_shasum": "468c4bb3ebbd96b1270669f4b9cba4e0065ea485",
- "_spec": "adal-node@^0.1.28",
- "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\@azure\\ms-rest-nodeauth",
- "author": {
- "name": "Microsoft Open Technologies Inc",
- "email": "msopentech@microsoft.com",
- "url": "http://msopentech.com/"
- },
- "bugs": {
- "url": "https://github.com/AzureAD/azure-activedirectory-library-for-nodejs/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/node": "^8.0.47",
- "async": ">=0.6.0",
- "date-utils": "*",
- "jws": "3.x.x",
- "request": ">= 2.52.0",
- "underscore": ">= 1.3.1",
- "uuid": "^3.1.0",
- "xmldom": ">= 0.1.x",
- "xpath.js": "~1.1.0"
- },
- "deprecated": false,
- "description": "Windows Azure Active Directory Client Library for node",
- "devDependencies": {
- "@types/mocha": "^2.2.44",
- "@types/nock": "^8.2.1",
- "@types/sinon": "^2.3.7",
- "@types/underscore": "^1.8.4",
- "jshint": "*",
- "mocha": "*",
- "nock": "*",
- "sinon": "*",
- "typescript": "^2.6.1"
- },
- "engines": {
- "node": ">= 0.6.15"
- },
- "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-nodejs#readme",
- "keywords": [
- "node",
- "azure",
- "AAD",
- "adal",
- "adfs",
- "oauth"
- ],
- "license": "Apache-2.0",
- "main": "./lib/adal.js",
- "name": "adal-node",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/AzureAD/azure-activedirectory-library-for-nodejs.git"
- },
- "scripts": {
- "cover": "./test/util/cover",
- "doc": "jsdoc lib",
- "test": "npm run tsc && mocha -R spec --ui tdd test",
- "tsc": "tsc -p tsconfig.json"
- },
- "types": "./lib/adal.d.ts",
- "version": "0.1.28"
- }
|