| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "ngx-pagination@4.1.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "ngx-pagination@4.1.0",
- "_id": "ngx-pagination@4.1.0",
- "_inBundle": false,
- "_integrity": "sha512-qdDuOkMMNFsM4r1Jyc+uJZr1edwLoIr8Uzh+TUPE5kDT1f29ZIKt92H8+yCijDMUwHJ65mX6SAfZvbtZEwIN4w==",
- "_location": "/ngx-pagination",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ngx-pagination@4.1.0",
- "name": "ngx-pagination",
- "escapedName": "ngx-pagination",
- "rawSpec": "4.1.0",
- "saveSpec": null,
- "fetchSpec": "4.1.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/ngx-pagination/-/ngx-pagination-4.1.0.tgz",
- "_spec": "4.1.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Michael Bromley",
- "email": "michael@michaelbromley.co.uk"
- },
- "bugs": {
- "url": "https://github.com/michaelbromley/ngx-pagination/issues"
- },
- "description": "Pagination for Angular",
- "devDependencies": {
- "@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",
- "@types/jasmine": "2.5.41",
- "@types/node": "^6.0.45",
- "jasmine-core": "^2.4.1",
- "json-loader": "^0.5.4",
- "karma": "1.7.1",
- "karma-chrome-launcher": "2.0.0",
- "karma-jasmine": "1.1.0",
- "karma-mocha-reporter": "^2.2.0",
- "karma-phantomjs-launcher": "1.0.4",
- "karma-webpack": "^2.0.3",
- "marked": "^0.3.6",
- "phantomjs-prebuilt": "^2.1.7",
- "reflect-metadata": "^0.1.13",
- "rollup": "^0.50.0",
- "rxjs": "^6.5.2",
- "ts-loader": "^6.0.2",
- "typescript": "3.4.5",
- "webpack": "^4.33.0",
- "zone.js": "^0.9.1"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/michaelbromley/ngx-pagination#readme",
- "keywords": [
- "angular",
- "angular2",
- "pagination"
- ],
- "license": "MIT",
- "main": "dist/ngx-pagination.umd.js",
- "module": "dist/ngx-pagination.js",
- "name": "ngx-pagination",
- "peerDependencies": {
- "@angular/core": ">=5.0.0",
- "@angular/common": ">=5.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/michaelbromley/ngx-pagination.git"
- },
- "scripts": {
- "build": "npm run clean && npm run ngc && npm run rollup:fesm && npm run rollup:umd && npm run copy-metadata",
- "clean": "rm -rf build && rm -rf dist",
- "copy-metadata": "find build/* -not -name '*.js' -exec cp -t dist {} +",
- "ngc": "ngc -p config/tsconfig.build.json",
- "publish-lib": "npm run test && npm run build",
- "rollup:fesm": "rollup build/ngx-pagination.js -o dist/ngx-pagination.js -f es",
- "rollup:umd": "rollup build/ngx-pagination.js -o dist/ngx-pagination.umd.js --f umd --name ngxPagination",
- "test": "karma start config/karma.conf.js",
- "test:watch": "npm run test -- --auto-watch --no-single-run"
- },
- "types": "dist/ngx-pagination.d.ts",
- "version": "4.1.0"
- }
|