package.json 4.09 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
{
  "_from": "angular-in-memory-web-api@0.11.0",
  "_id": "angular-in-memory-web-api@0.11.0",
  "_inBundle": false,
  "_integrity": "sha512-QV1qYHm+Zd+wrvlcPLnAcqqGpOmCN1EUj4rRuYHpek8+QqFFdxBNuPZOJCKvU7I97z5QSKHsdc6PNKlpUQr3UA==",
  "_location": "/angular-in-memory-web-api",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "angular-in-memory-web-api@0.11.0",
    "name": "angular-in-memory-web-api",
    "escapedName": "angular-in-memory-web-api",
    "rawSpec": "0.11.0",
    "saveSpec": null,
    "fetchSpec": "0.11.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/angular-in-memory-web-api/-/angular-in-memory-web-api-0.11.0.tgz",
  "_shasum": "46e4ad896b36d669f36801fc8cafa7db8278d078",
  "_spec": "angular-in-memory-web-api@0.11.0",
  "_where": "/home/born/topic1-63/26-aug-2020/bbvdbkmonrn.angular",
  "author": "",
  "bugs": {
    "url": "https://github.com/angular/in-memory-web-api/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An in-memory web api for Angular demos and tests",
  "devDependencies": {
    "@angular/animations": "^8.0.0",
    "@angular/common": "^8.0.0",
    "@angular/compiler": "^8.0.0",
    "@angular/compiler-cli": "^8.0.0",
    "@angular/core": "^8.0.0",
    "@angular/platform-browser": "^8.0.0",
    "@angular/platform-browser-dynamic": "^8.0.0",
    "@angular/platform-server": "^8.0.0",
    "@types/jasmine": "2.8.7",
    "@types/jasmine-ajax": "^3.1.37",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "^8.10.0",
    "canonical-path": "0.0.2",
    "concurrently": "^3.0.0",
    "core-js": "^2.4.1",
    "del": "^2.2.2",
    "gulp": "^4.0.2",
    "gulp-bump": "^3.1.3",
    "gulp-load-plugins": "^2.0.3",
    "gulp-task-listing": "^1.1.0",
    "http-server": "^0.9.0",
    "jasmine-ajax": "^3.3.1",
    "jasmine-core": "~2.8.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~2.0.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "~2.0.0",
    "karma-jasmine": "~1.1.1",
    "karma-jasmine-ajax": "^0.1.13",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.0",
    "lite-server": "^2.3.0",
    "lodash": "^4.17.10",
    "rimraf": "^2.6.2",
    "rollup": "^0.58.2",
    "rollup-stream": "^1.24.1",
    "rxjs": "^6.2.0",
    "systemjs": "0.21.3",
    "tslint": "^5.10.0",
    "typescript": "3.4.5",
    "vinyl-source-stream": "^2.0.0",
    "webpack": "2.2.1",
    "yargs": "^11.0.0",
    "zone.js": "^0.9.1"
  },
  "homepage": "https://github.com/angular/in-memory-web-api#readme",
  "keywords": [],
  "license": "MIT",
  "main": "bundles/in-memory-web-api.umd.js",
  "module_ivy_ngcc": "__ivy_ngcc__/index.js",
  "module": "index.js",
  "name": "angular-in-memory-web-api",
  "peerDependencies": {
    "@angular/common": ">=8.0.0",
    "@angular/core": ">=8.0.0",
    "rxjs": "^6.0.0"
  },
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angular/in-memory-web-api.git"
  },
  "scripts": {
    "build": "tsc",
    "build:lib": "gulp build",
    "build:watch": "tsc -w",
    "lint": "tslint ./src/*.ts -t verbose -e ./src/*.d.ts",
    "pretest": "npm run build",
    "pretest:once": "npm run build",
    "start": "concurrently \"npm run build:watch\" \"npm run serve\"",
    "test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"",
    "test:once": "karma start karma.conf.js --single-run",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
  },
  "version": "0.11.0",
  "__processed_by_ivy_ngcc__": {
    "module": "9.1.12",
    "typings": "9.1.12"
  }
}