Sha256: 37ef615ea06ce76af02f8d66780cd6a34a183814dcd4a10569781146c4a9875f
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 KB
Contents
{ "name": "estraverse", "description": "ECMAScript JS AST traversal functions", "homepage": "https://github.com/Constellation/estraverse", "main": "estraverse.js", "version": "1.8.0", "engines": { "node": ">=0.10.0" }, "maintainers": [ { "name": "constellation", "email": "utatane.tea@gmail.com" } ], "repository": { "type": "git", "url": "http://github.com/Constellation/estraverse.git" }, "devDependencies": { "mocha": "^1.21.5", "chai": "^1.9.2", "jshint": "^2.5.6", "coffee-script": "^1.8.0", "xyz": "^0.4.0" }, "licenses": [ { "type": "BSD", "url": "http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD" } ], "scripts": { "test": "npm run-script lint && npm run-script unit-test", "lint": "jshint estraverse.js", "unit-test": "mocha --compilers coffee:coffee-script/register", "release-major": "xyz --increment major --tag X.Y.Z", "release-minor": "xyz --increment minor --tag X.Y.Z", "release-patch": "xyz --increment patch --tag X.Y.Z" }, "gitHead": "c280df4aa75d7846328aa436ee5acd04afafc543", "bugs": { "url": "https://github.com/Constellation/estraverse/issues" }, "_id": "estraverse@1.8.0", "_shasum": "3f1264fb62c8500dbae5e4f73705cd576d6af428", "_from": "estraverse@>=1.8.0 <2.0.0", "_npmVersion": "2.0.0-alpha-5", "_npmUser": { "name": "constellation", "email": "utatane.tea@gmail.com" }, "dist": { "shasum": "3f1264fb62c8500dbae5e4f73705cd576d6af428", "tarball": "http://registry.npmjs.org/estraverse/-/estraverse-1.8.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.8.0.tgz", "readme": "ERROR: No README data found!" }
Version data entries
2 entries across 2 versions & 1 rubygems