MicroCommunityWeb/node_modules/with/package.json
2021-12-08 15:38:01 +08:00

21 lines
432 B
JSON
Executable File

{
"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"
}
}