芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@casl/ability/package.json
{ "_args": [ [ "@casl/ability@4.1.6", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@casl/ability@4.1.6", "_id": "@casl/ability@4.1.6", "_inBundle": false, "_integrity": "sha512-ZI30fRacHKCCrWJn1pmxx/+IKUkoycVNz+Mge9EeIH+esDT7nydgWbitVPnlBAbxQXz5eybPAvfPSg3WOa2izw==", "_location": "/@casl/ability", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@casl/ability@4.1.6", "name": "@casl/ability", "escapedName": "@casl%2fability", "scope": "@casl", "rawSpec": "4.1.6", "saveSpec": null, "fetchSpec": "4.1.6" }, "_requiredBy": [ "/strapi-admin" ], "_resolved": "https://registry.npmjs.org/@casl/ability/-/ability-4.1.6.tgz", "_spec": "4.1.6", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Sergii Stotskyi", "email": "sergiy.stotskiy@freaksidea.com" }, "bugs": { "url": "https://github.com/stalniy/casl/issues" }, "dependencies": { "sift": "^13.0.0" }, "description": "CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access", "devDependencies": { "@babel/core": "^7.8.4", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.10.0", "@babel/plugin-transform-typescript": "^7.10.0", "@babel/preset-env": "^7.8.4", "@rollup/plugin-babel": "^5.0.2", "@rollup/plugin-node-resolve": "^9.0.0", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.0.7", "@semantic-release/npm": "^7.0.5", "@types/node": "^14.0.5", "@typescript-eslint/eslint-plugin": "3.10.1", "babel-jest": "^26.0.0", "chai": "^4.1.0", "chai-spies": "^1.0.0", "eslint": "^7.1.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-config-airbnb-typescript": "^9.0.0", "eslint-plugin-import": "^2.20.2", "jest": "^26.0.0", "rollup": "^2.10.9", "rollup-plugin-sourcemaps": "^0.6.2", "rollup-plugin-terser": "^7.0.0", "semantic-release": "17.1.1", "typescript": "~3.8.0" }, "engines": { "npm": "^6.0.0" }, "es2015": "dist/es6/index.js", "files": [ "dist", "*.d.ts", "extra" ], "funding": "https://github.com/stalniy/casl/blob/master/BACKERS.md", "homepage": "https://stalniy.github.io/casl/", "keywords": [ "permissions", "authorization", "access control", "security", "acl", "abac", "rbac", "ibac", "cancan" ], "license": "MIT", "main": "dist/umd/index.js", "module": "dist/es5m/index.js", "name": "@casl/ability", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/stalniy/casl.git" }, "scripts": { "build": "npm run build.types && npm run build.core && npm run build.extra", "build.core": "rollup -c ../../rollup.config.js -n casl -g sift:sift", "build.extra": "rollup -c ../../rollup.config.js -i src/extra.ts -n casl.extra", "build.types": "rm -rf dist/types/* && tsc && cp index.metadata.json dist/types", "lint": "eslint --ext .js,.ts src/ spec/", "prerelease": "npm run lint && npm test && NODE_ENV=production npm run build", "release": "semantic-release -e ../../tools/semantic-release", "test": "NODE_ENV=test jest --config ../../tools/jest.config.js --env node" }, "sideEffects": false, "typings": "./index.d.ts", "version": "4.1.6" }