1 Star 0 Fork 12

JavierChou/ACE-Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
Andrew Nester 提交于 2022-08-17 10:15 . release v1.9.6
{
"name": "ace-code",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "1.9.6",
"homepage": "http://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": "http://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": "^4.7.4"
},
"mappings": {
"ace": "."
},
"license": "BSD-3-Clause",
"files": [
"src",
"ace.d.ts",
"!**/*_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\"",
"fix": "eslint --fix \"src/**/*.js\"",
"changelog": "standard-version"
},
"standard-version": {
"skip": {
"commit": true,
"tag": true
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/javierchou/ACE-Editor.git
git@gitee.com:javierchou/ACE-Editor.git
javierchou
ACE-Editor
ACE-Editor
master

搜索帮助