{ "name": "with", "version": "1.0.4", "description": "Compile time `with` for strict mode JavaScript", "main": "index.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "https://github.com/ForbesLindesay/with.git" }, "author": "ForbesLindesay", "license": "MIT", "dependencies": { "lexical-scope": "0.0.12" }, "devDependencies": { "mocha": "~1.9.0" } }