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