| { |
| "description": "utility box for ECMAScript language tools", |
| "devDependencies": { |
| "chai": "~1.7.2", |
| "coffee-script": "~1.6.3", |
| "jshint": "2.6.3", |
| "mocha": "~2.2.1", |
| "regenerate": "~1.3.1", |
| "unicode-9.0.0": "~0.7.0" |
| }, |
| "directories": { |
| "lib": "./lib" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "LICENSE.BSD", |
| "README.md", |
| "lib" |
| ], |
| "homepage": "https://github.com/estools/esutils", |
| "license": "BSD-2-Clause", |
| "main": "lib/utils.js", |
| "maintainers": [ |
| { |
| "email": "utatane.tea@gmail.com", |
| "name": "Yusuke Suzuki", |
| "web": "http://github.com/Constellation" |
| } |
| ], |
| "name": "esutils", |
| "repository": { |
| "type": "git", |
| "url": "http://github.com/estools/esutils.git" |
| }, |
| "scripts": { |
| "generate-regex": "node tools/generate-identifier-regex.js", |
| "lint": "jshint lib/*.js", |
| "test": "npm run-script lint && npm run-script unit-test", |
| "unit-test": "mocha --compilers coffee:coffee-script -R spec" |
| }, |
| "version": "2.0.3" |
| } |