[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "esrecurse@^4.3.0",
|
---|
| 3 | "_id": "esrecurse@4.3.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
---|
| 6 | "_location": "/esrecurse",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "esrecurse@^4.3.0",
|
---|
| 12 | "name": "esrecurse",
|
---|
| 13 | "escapedName": "esrecurse",
|
---|
| 14 | "rawSpec": "^4.3.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^4.3.0"
|
---|
[d565449] | 17 | },
|
---|
[79a0317] | 18 | "_requiredBy": [
|
---|
| 19 | "/eslint-scope"
|
---|
[d565449] | 20 | ],
|
---|
[79a0317] | 21 | "_resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
---|
| 22 | "_shasum": "7ad7964d679abb28bee72cec63758b1c5d2c9921",
|
---|
| 23 | "_spec": "esrecurse@^4.3.0",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-scope",
|
---|
| 25 | "babel": {
|
---|
| 26 | "presets": [
|
---|
| 27 | "es2015"
|
---|
| 28 | ]
|
---|
[d565449] | 29 | },
|
---|
[79a0317] | 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/estools/esrecurse/issues"
|
---|
| 32 | },
|
---|
| 33 | "bundleDependencies": false,
|
---|
[d565449] | 34 | "dependencies": {
|
---|
| 35 | "estraverse": "^5.2.0"
|
---|
| 36 | },
|
---|
[79a0317] | 37 | "deprecated": false,
|
---|
| 38 | "description": "ECMAScript AST recursive visitor",
|
---|
[d565449] | 39 | "devDependencies": {
|
---|
| 40 | "babel-cli": "^6.24.1",
|
---|
| 41 | "babel-eslint": "^7.2.3",
|
---|
| 42 | "babel-preset-es2015": "^6.24.1",
|
---|
| 43 | "babel-register": "^6.24.1",
|
---|
| 44 | "chai": "^4.0.2",
|
---|
| 45 | "esprima": "^4.0.0",
|
---|
| 46 | "gulp": "^3.9.0",
|
---|
| 47 | "gulp-bump": "^2.7.0",
|
---|
| 48 | "gulp-eslint": "^4.0.0",
|
---|
| 49 | "gulp-filter": "^5.0.0",
|
---|
| 50 | "gulp-git": "^2.4.1",
|
---|
| 51 | "gulp-mocha": "^4.3.1",
|
---|
| 52 | "gulp-tag-version": "^1.2.1",
|
---|
| 53 | "jsdoc": "^3.3.0-alpha10",
|
---|
| 54 | "minimist": "^1.1.0"
|
---|
| 55 | },
|
---|
[79a0317] | 56 | "engines": {
|
---|
| 57 | "node": ">=4.0"
|
---|
| 58 | },
|
---|
| 59 | "homepage": "https://github.com/estools/esrecurse",
|
---|
[d565449] | 60 | "license": "BSD-2-Clause",
|
---|
[79a0317] | 61 | "main": "esrecurse.js",
|
---|
| 62 | "maintainers": [
|
---|
| 63 | {
|
---|
| 64 | "name": "Yusuke Suzuki",
|
---|
| 65 | "email": "utatane.tea@gmail.com",
|
---|
| 66 | "url": "https://github.com/Constellation"
|
---|
| 67 | }
|
---|
| 68 | ],
|
---|
| 69 | "name": "esrecurse",
|
---|
| 70 | "repository": {
|
---|
| 71 | "type": "git",
|
---|
| 72 | "url": "git+https://github.com/estools/esrecurse.git"
|
---|
| 73 | },
|
---|
[d565449] | 74 | "scripts": {
|
---|
[79a0317] | 75 | "lint": "gulp lint",
|
---|
[d565449] | 76 | "test": "gulp travis",
|
---|
[79a0317] | 77 | "unit-test": "gulp test"
|
---|
[d565449] | 78 | },
|
---|
[79a0317] | 79 | "version": "4.3.0"
|
---|
[d565449] | 80 | }
|
---|