5 Star 25 Fork 12

Gitee 极速下载/ACE-Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ajaxorg/ace
克隆/下载
package.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
Alice Koreman 提交于 2025-05-02 23:34 +08:00 . release v1.41.0
{
"name": "ace-code",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "1.41.0",
"homepage": "https://github.com/ajaxorg/ace",
"engines": {
"node": ">= 0.6.0"
},
"author": "Fabian Jakobs <fabian@c9.io>",
"main": "src/ace.js",
"typings": "ace.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ajaxorg/ace.git"
},
"devDependencies": {
"amd-loader": "~0.0.4",
"architect-build": "https://github.com/c9/architect-build/tarball/43a6fdeffe",
"asyncjs": "~0.0.12",
"dryice": "0.4.11",
"eslint": "^8.20.0",
"istanbul": "^0.4.5",
"standard-version": "^9.3.2",
"typescript": "^5.6.3"
},
"mappings": {
"ace": "."
},
"license": "BSD-3-Clause",
"files": [
"src",
"styles",
"ace.d.ts",
"ace-modes.d.ts",
"types",
"esm-resolver.js",
"translations",
"!**/*_test.js",
"!**/_test"
],
"scripts": {
"start": "node static.js",
"test": "node src/test/all.js",
"cover": "istanbul cover src/test/all.js",
"lint": "eslint \"src/**/*.js\" \"*.js\"",
"fix": "npm run lint -- --fix",
"typecheck": "tsc -p tsconfig.json",
"update-types": "node ./tool/ace_declaration_generator.js",
"changelog": "standard-version",
"prepack": "node tool/esm_resolver_generator.js && node tool/ace_declaration_generator.js && node Makefile.dryice.js css --target build-styles && rm -rf styles && mv build-styles/css styles"
},
"standard-version": {
"skip": {
"commit": true,
"tag": true
}
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "always",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/ACE-Editor.git
git@gitee.com:mirrors/ACE-Editor.git
mirrors
ACE-Editor
ACE-Editor
master

搜索帮助