99 lines
2.5 KiB
JSON
99 lines
2.5 KiB
JSON
{
|
|
"_from": "escape-latex@1.2.0",
|
|
"_id": "escape-latex@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nV5aVWW1K0wEiUIEdZ4erkGGH8mDxGyxSeqPzRNtWP7ataw+/olFObw7hujFWlVjNsaDFw5VZ5NzVSIqRgfTiw==",
|
|
"_location": "/escape-latex",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "escape-latex@1.2.0",
|
|
"name": "escape-latex",
|
|
"escapedName": "escape-latex",
|
|
"rawSpec": "1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mathjs"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/escape-latex/-/escape-latex-1.2.0.tgz",
|
|
"_shasum": "07c03818cf7dac250cce517f4fda1b001ef2bca1",
|
|
"_spec": "escape-latex@1.2.0",
|
|
"_where": "D:\\jiangchengfeiyi-xiaochengxu\\node_modules\\mathjs",
|
|
"author": {
|
|
"name": "Dang Mai"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dangmai/escape-latex/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Escape LaTeX special characters with Javascript",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"chai": "^4.1.2",
|
|
"eslint": "^5.0.1",
|
|
"eslint-config-google": "^0.9.1",
|
|
"eslint-config-prettier": "^3.0.1",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^7.0.5",
|
|
"mocha": "^5.0.0",
|
|
"prettier": "^1.9.2"
|
|
},
|
|
"eslintConfig": {
|
|
"parserOptions": {
|
|
"ecmaVersion": 8
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"google",
|
|
"prettier"
|
|
],
|
|
"env": {
|
|
"node": "true"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/dangmai/escape-latex#readme",
|
|
"keywords": [
|
|
"latex",
|
|
"escape"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,json,css,md}": [
|
|
"npm run prettier",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "./dist/index.js",
|
|
"name": "escape-latex",
|
|
"prettier": {
|
|
"trailingComma": "all"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dangmai/escape-latex.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel ./src -d ./dist --ignore index.test.js",
|
|
"clean": "rm -rf dist",
|
|
"init": "mkdir dist",
|
|
"lint": "eslint ./src",
|
|
"postversion": "git push && git push --tags",
|
|
"prebuild": "npm run clean && npm run init",
|
|
"precommit": "npm run lint && lint-staged",
|
|
"prettier": "prettier --write ./src/**/*.js",
|
|
"preversion": "npm test && npm run build",
|
|
"test": "mocha --require babel-core/register -u tdd ./src/**/*.test.js"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|