source: trip-planner-front/node_modules/estraverse/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "estraverse@4.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "estraverse@4.3.0",
10 "_id": "estraverse@4.3.0",
11 "_inBundle": false,
12 "_integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
13 "_location": "/estraverse",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "estraverse@4.3.0",
19 "name": "estraverse",
20 "escapedName": "estraverse",
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/estraverse/-/estraverse-4.3.0.tgz",
29 "_spec": "4.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/estools/estraverse/issues"
33 },
34 "description": "ECMAScript JS AST traversal functions",
35 "devDependencies": {
36 "babel-preset-env": "^1.6.1",
37 "babel-register": "^6.3.13",
38 "chai": "^2.1.1",
39 "espree": "^1.11.0",
40 "gulp": "^3.8.10",
41 "gulp-bump": "^0.2.2",
42 "gulp-filter": "^2.0.0",
43 "gulp-git": "^1.0.1",
44 "gulp-tag-version": "^1.3.0",
45 "jshint": "^2.5.6",
46 "mocha": "^2.1.0"
47 },
48 "engines": {
49 "node": ">=4.0"
50 },
51 "homepage": "https://github.com/estools/estraverse",
52 "license": "BSD-2-Clause",
53 "main": "estraverse.js",
54 "maintainers": [
55 {
56 "name": "Yusuke Suzuki",
57 "email": "utatane.tea@gmail.com",
58 "url": "http://github.com/Constellation"
59 }
60 ],
61 "name": "estraverse",
62 "repository": {
63 "type": "git",
64 "url": "git+ssh://git@github.com/estools/estraverse.git"
65 },
66 "scripts": {
67 "lint": "jshint estraverse.js",
68 "test": "npm run-script lint && npm run-script unit-test",
69 "unit-test": "mocha --compilers js:babel-register"
70 },
71 "version": "4.3.0"
72}
Note: See TracBrowser for help on using the repository browser.