1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/bplok20010-eval5

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
bplok20010 Отправлено 31.10.2021 05:29 84406b7
{
"name": "eval5",
"version": "1.4.7",
"description": "A JavaScript interpreter written in JavaScript",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"start": "tsc -w",
"build": "run-s clear build:* bundle:dev bundle:prod bundle:banner",
"build:lib": "tsc",
"build:cjs": "babel lib --config-file=./babel.config.js --out-dir dist/cjs",
"build:esm": "babel lib --config-file=./babel.config.esm.js --out-dir dist/esm",
"clear": "rimraf lib dist umd",
"bundle:dev": "packez bundle ./src/index.ts -d umd -c",
"bundle:prod": "packez bundle ./src/index.ts -d umd --state prod",
"bundle:banner": "node scripts/banner.js",
"prepublishOnly": "run-s test build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bplok20010/eval5.git"
},
"keywords": [
"interpreter",
"js-interpreter",
"eval",
"Function",
"vm",
"eval5"
],
"files": [
"umd",
"lib",
"dist",
"*.md"
],
"author": "nobo.zhou@foxmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bplok20010/eval5/issues"
},
"homepage": "https://github.com/bplok20010/eval5#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^24.0.25",
"babel-plugin-search-and-replace": "^1.0.1",
"babel-preset-packez": "^1.0.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"npm-run-all": "^4.1.5",
"packez": "^3.1.0",
"rimraf": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@types/acorn": "^4.0.5",
"@types/estree": "0.0.41",
"acorn": "^7.1.0"
},
"browserslist": [
">=0.25%",
"not dead",
"not op_mini all",
"not Android 4.4.3-4.4.4",
"not ios_saf < 10",
"not Chrome < 50",
"firefox ESR"
]
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/bplok20010-eval5.git
git@api.gitlife.ru:oschina-mirror/bplok20010-eval5.git
oschina-mirror
bplok20010-eval5
bplok20010-eval5
master