source: trip-planner-front/node_modules/esrecurse/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
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"
24 },
25 "_requiredBy": [
26 "/eslint-scope"
27 ],
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"
38 },
39 "dependencies": {
40 "estraverse": "^5.2.0"
41 },
42 "description": "ECMAScript AST recursive visitor",
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 },
60 "engines": {
61 "node": ">=4.0"
62 },
63 "homepage": "https://github.com/estools/esrecurse",
64 "license": "BSD-2-Clause",
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 },
78 "scripts": {
79 "lint": "gulp lint",
80 "test": "gulp travis",
81 "unit-test": "gulp test"
82 },
83 "version": "4.3.0"
84}
Note: See TracBrowser for help on using the repository browser.