funcunit
Version:
<!-- @hide title
67 lines (66 loc) • 1.79 kB
JSON
{
"_from": "estraverse@1.5.0",
"_id": "estraverse@1.5.0",
"_inBundle": false,
"_integrity": "sha1-JI7D8NS/OalAEJySoFzrVtWeU+4=",
"_location": "/estraverse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "estraverse@1.5.0",
"name": "estraverse",
"escapedName": "estraverse",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"/transpile"
],
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.5.0.tgz",
"_shasum": "248ec3f0d4bf39a940109c92a05ceb56d59e53ee",
"_spec": "estraverse@1.5.0",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/transpile",
"bugs": {
"url": "https://github.com/Constellation/estraverse/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ECMAScript JS AST traversal functions",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"jshint": "2.1.5",
"mocha": "~1.12.0"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/Constellation/estraverse",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/Constellation/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/Constellation/estraverse.git"
},
"scripts": {
"lint": "jshint estraverse.js",
"test": "npm run-script lint && npm run-script unit-test",
"unit-test": "mocha --compilers coffee:coffee-script"
},
"version": "1.5.0"
}