|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "esutils@^2.0.2",
- "_id": "esutils@2.0.2",
- "_inBundle": false,
- "_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
- "_location": "/esutils",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "esutils@^2.0.2",
- "name": "esutils",
- "escapedName": "esutils",
- "rawSpec": "^2.0.2",
- "saveSpec": null,
- "fetchSpec": "^2.0.2"
- },
- "_requiredBy": [
- "/@babel/highlight",
- "/doctrine",
- "/eslint"
- ],
- "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
- "_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
- "_spec": "esutils@^2.0.2",
- "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
- "bugs": {
- "url": "https://github.com/estools/esutils/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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.2.1",
- "unicode-7.0.0": "^0.1.5"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "LICENSE.BSD",
- "README.md",
- "lib"
- ],
- "homepage": "https://github.com/estools/esutils",
- "licenses": [
- {
- "type": "BSD",
- "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
- }
- ],
- "main": "lib/utils.js",
- "maintainers": [
- {
- "name": "Yusuke Suzuki",
- "email": "utatane.tea@gmail.com",
- "url": "http://github.com/Constellation"
- }
- ],
- "name": "esutils",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@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.2"
- }
|