代码拉取完成,页面将自动刷新
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。