source: imaps-frontend/node_modules/esrecurse/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100755
File size: 2.0 KB
Line 
1{
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"
17 },
18 "_requiredBy": [
19 "/eslint-scope"
20 ],
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 ]
29 },
30 "bugs": {
31 "url": "https://github.com/estools/esrecurse/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "estraverse": "^5.2.0"
36 },
37 "deprecated": false,
38 "description": "ECMAScript AST recursive visitor",
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 },
56 "engines": {
57 "node": ">=4.0"
58 },
59 "homepage": "https://github.com/estools/esrecurse",
60 "license": "BSD-2-Clause",
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 },
74 "scripts": {
75 "lint": "gulp lint",
76 "test": "gulp travis",
77 "unit-test": "gulp test"
78 },
79 "version": "4.3.0"
80}
Note: See TracBrowser for help on using the repository browser.