package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "ngx-pagination@4.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ngx-pagination@4.1.0",
  9. "_id": "ngx-pagination@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qdDuOkMMNFsM4r1Jyc+uJZr1edwLoIr8Uzh+TUPE5kDT1f29ZIKt92H8+yCijDMUwHJ65mX6SAfZvbtZEwIN4w==",
  12. "_location": "/ngx-pagination",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ngx-pagination@4.1.0",
  18. "name": "ngx-pagination",
  19. "escapedName": "ngx-pagination",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ngx-pagination/-/ngx-pagination-4.1.0.tgz",
  28. "_spec": "4.1.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Michael Bromley",
  32. "email": "michael@michaelbromley.co.uk"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/michaelbromley/ngx-pagination/issues"
  36. },
  37. "description": "Pagination for Angular",
  38. "devDependencies": {
  39. "@angular/common": "^8.0.0",
  40. "@angular/compiler": "^8.0.0",
  41. "@angular/compiler-cli": "^8.0.0",
  42. "@angular/core": "^8.0.0",
  43. "@angular/platform-browser": "^8.0.0",
  44. "@angular/platform-browser-dynamic": "^8.0.0",
  45. "@types/jasmine": "2.5.41",
  46. "@types/node": "^6.0.45",
  47. "jasmine-core": "^2.4.1",
  48. "json-loader": "^0.5.4",
  49. "karma": "1.7.1",
  50. "karma-chrome-launcher": "2.0.0",
  51. "karma-jasmine": "1.1.0",
  52. "karma-mocha-reporter": "^2.2.0",
  53. "karma-phantomjs-launcher": "1.0.4",
  54. "karma-webpack": "^2.0.3",
  55. "marked": "^0.3.6",
  56. "phantomjs-prebuilt": "^2.1.7",
  57. "reflect-metadata": "^0.1.13",
  58. "rollup": "^0.50.0",
  59. "rxjs": "^6.5.2",
  60. "ts-loader": "^6.0.2",
  61. "typescript": "3.4.5",
  62. "webpack": "^4.33.0",
  63. "zone.js": "^0.9.1"
  64. },
  65. "files": [
  66. "dist"
  67. ],
  68. "homepage": "https://github.com/michaelbromley/ngx-pagination#readme",
  69. "keywords": [
  70. "angular",
  71. "angular2",
  72. "pagination"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/ngx-pagination.umd.js",
  76. "module": "dist/ngx-pagination.js",
  77. "name": "ngx-pagination",
  78. "peerDependencies": {
  79. "@angular/core": ">=5.0.0",
  80. "@angular/common": ">=5.0.0"
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/michaelbromley/ngx-pagination.git"
  85. },
  86. "scripts": {
  87. "build": "npm run clean && npm run ngc && npm run rollup:fesm && npm run rollup:umd && npm run copy-metadata",
  88. "clean": "rm -rf build && rm -rf dist",
  89. "copy-metadata": "find build/* -not -name '*.js' -exec cp -t dist {} +",
  90. "ngc": "ngc -p config/tsconfig.build.json",
  91. "publish-lib": "npm run test && npm run build",
  92. "rollup:fesm": "rollup build/ngx-pagination.js -o dist/ngx-pagination.js -f es",
  93. "rollup:umd": "rollup build/ngx-pagination.js -o dist/ngx-pagination.umd.js --f umd --name ngxPagination",
  94. "test": "karma start config/karma.conf.js",
  95. "test:watch": "npm run test -- --auto-watch --no-single-run"
  96. },
  97. "types": "dist/ngx-pagination.d.ts",
  98. "version": "4.1.0"
  99. }