fun-exp
Version:
fun-exp 通过 Function.prototype 对函数对象进行了扩展
66 lines (65 loc) • 1.95 kB
JSON
{
"name": "fun-exp",
"version": "1.0.0",
"description": "fun-exp 通过 Function.prototype 对函数对象进行了扩展",
"main": "dist/fun-exp.cjs.js",
"module": "dist/fun-exp.es.js",
"types": "dist/index.d.ts",
"sideEffects": true,
"homepage": "https://github.com/GuoBinyong/fun-exp#readme",
"repository": {
"type": "git",
"url": "https://github.com/GuoBinyong/fun-exp"
},
"keywords": [
"Function",
"函数",
"function expand",
"函数扩展",
"function tools",
"函数工具"
],
"author": "郭斌勇",
"license": "MIT",
"files": [
"dist/[^.]*",
"types/[^.]*"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.ts",
"pretest": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@rollup/plugin-babel": "^5.0.2",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-typescript": "^4.1.2",
"eslint": "^7.0.0",
"package-tls": "^1.0.2",
"path": "^0.12.7",
"rollup": "^2.7.2",
"rollup-plugin-terser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"ts-node": "^8.9.1",
"tslib": "^2.0.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@babel/runtime": "^7.9.6"
}
}