UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

72 lines (71 loc) 1.97 kB
{ "_from": "estraverse@1.x", "_id": "estraverse@1.9.3", "_inBundle": false, "_integrity": "sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=", "_location": "/estraverse", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "estraverse@1.x", "name": "estraverse", "escapedName": "estraverse", "rawSpec": "1.x", "saveSpec": null, "fetchSpec": "1.x" }, "_requiredBy": [ "/amdclean" ], "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz", "_shasum": "af67f2dc922582415950926091a4005d29c9bb44", "_spec": "estraverse@1.x", "_where": "W:\\Users\\Ger\\Projects\\sites\\library.visyond.gov\\80\\lib\\js\\mathjax-third-party-extensions\\legacy\\siunitx\\node_modules\\amdclean", "bugs": { "url": "https://github.com/estools/estraverse/issues" }, "bundleDependencies": false, "deprecated": false, "description": "ECMAScript JS AST traversal functions", "devDependencies": { "chai": "^2.1.1", "coffee-script": "^1.8.0", "gulp": "^3.8.10", "gulp-bump": "^0.2.2", "gulp-filter": "^2.0.0", "gulp-git": "^1.0.1", "gulp-tag-version": "^1.2.1", "jshint": "^2.5.6", "mocha": "^2.1.0" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/estools/estraverse", "licenses": [ { "type": "BSD", "url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD" } ], "main": "estraverse.js", "maintainers": [ { "name": "Yusuke Suzuki", "email": "utatane.tea@gmail.com", "url": "http://github.com/Constellation" } ], "name": "estraverse", "repository": { "type": "git", "url": "git+ssh://git@github.com/estools/estraverse.git" }, "scripts": { "lint": "jshint estraverse.js", "test": "npm run-script lint && npm run-script unit-test", "unit-test": "mocha --compilers coffee:coffee-script/register" }, "version": "1.9.3" }