Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"author": "Quinn Slack <sqs@sourcegraph.com>", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "defnode", | ||
@@ -17,7 +17,7 @@ "readmeFilename": "README.md", | ||
"dependencies": { | ||
"walkall": "0.0.2" | ||
"walkall": "~0.0.3" | ||
}, | ||
"devDependencies": { | ||
"acorn": "0.3.1", | ||
"astannotate": "0.0.1", | ||
"acorn": "~0.4.2", | ||
"astannotate": "~0.0.4", | ||
"mocha": "1.10.0", | ||
@@ -24,0 +24,0 @@ "should": "~1.2.2" |
defnode | ||
======= | ||
[![xrefs](https://sourcegraph.com/api/repos/github.com/sourcegraph/defnode.js/badges/xrefs.png)](https://sourcegraph.com/github.com/sourcegraph/defnode.js) | ||
[![funcs](https://sourcegraph.com/api/repos/github.com/sourcegraph/defnode.js/badges/funcs.png)](https://sourcegraph.com/github.com/sourcegraph/defnode.js) | ||
[![top func](https://sourcegraph.com/api/repos/github.com/sourcegraph/defnode.js/badges/top-func.png)](https://sourcegraph.com/github.com/sourcegraph/defnode.js) | ||
[![library users](https://sourcegraph.com/api/repos/github.com/sourcegraph/defnode.js/badges/library-users.png)](https://sourcegraph.com/github.com/sourcegraph/defnode.js) | ||
[![status](https://sourcegraph.com/api/repos/github.com/sourcegraph/defnode.js/badges/status.png)](https://sourcegraph.com/github.com/sourcegraph/defnode.js) | ||
defnode is a node.js package that maps JavaScript Identifier AST nodes to/from | ||
@@ -5,0 +11,0 @@ their corresponding definition nodes. It is useful in tools that perform |
14987
47
+ Addedacorn@0.4.2(transitive)
+ Addedwalkall@0.0.5(transitive)
- Removedacorn@0.3.1(transitive)
- Removedwalkall@0.0.2(transitive)
Updatedwalkall@~0.0.3