@buession/prototype
Version:
A native object extension framework for Javascript.
122 lines (121 loc) • 3.94 kB
JSON
{
"name": "@buession/prototype",
"alias": "prototype",
"version": "v4.1.8",
"description": "A native object extension framework for Javascript.",
"homepage": "https://prototype.buession.com/",
"author": {
"name": "yong.teng",
"email": "webmaster@buession.com"
},
"copyright": "Buession.com Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/buession/buession-prototype"
},
"bugs": "https://github.com/buession/buession-prototype/issues",
"private": false,
"scripts": {
"build": "node --max_old_space_size=8192 build/cli/run.js build",
"compile": "node build/cli/run.js compile",
"dist": "node --max_old_space_size=8192 build/cli/run.js dist",
"tsc": "tsc --noEmit && tsc -b ./tsconfig.types.json",
"lint": "eslint -c ./.eslintrc.js './{src}/**/*.{js,ts,jsx,tsx}'",
"codecov": "codecov",
"release": "node --max_old_space_size=8192 build/cli/run.js release"
},
"keywords": [
"buession",
"prototype"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"unpkg": "dist/prototype.min.js",
"files": [
"types/",
"dist/",
"es/",
"lib/"
],
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.10",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.26.10",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.10",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/compression": "^1.7.5",
"@types/fs-extra": "^9.0.8",
"@types/lru-cache": "^5.1.0",
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^10.0.0",
"babel-plugin-import": "^1.13.8",
"babel-plugin-inline-import-data-uri": "^1.0.1",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-transform-require-context": "^0.1.1",
"chalk": "^5.4.1",
"codecov": "^3.8.3",
"colorful": "^2.1.0",
"commander": "^11.1.0",
"esbuild": "^0.25.1",
"esbuild-loader": "^4.3.0",
"eslint": "^9.22.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-explicit-type-exports": "^0.12.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"globby": "^14.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-strip-code": "^0.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"is-windows": "^1.0.2",
"lint-staged": "^15.5.0",
"lodash-es": "^4.17.21",
"majo": "^0.10.1",
"merge2": "^1.4.1",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"object-assign": "^4.1.1",
"remark-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-yaml-config": "^7.0.0",
"rimraf": "^6.0.1",
"rollup": "^2.79.2",
"through2": "^4.0.2",
"ts-loader": "^9.5.2",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"unified": "9.2.2"
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix"
],
"package.json": "sort-package-json"
}
}