Changeset 59329aa for trip-planner-front/node_modules/estraverse
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/estraverse/package.json
rceaed42 r59329aa 1 1 { 2 "name": "estraverse", 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 }, 3 34 "description": "ECMAScript JS AST traversal functions", 4 "homepage": "https://github.com/estools/estraverse",5 "main": "estraverse.js",6 "version": "4.3.0",7 "engines": {8 "node": ">=4.0"9 },10 "maintainers": [11 {12 "name": "Yusuke Suzuki",13 "email": "utatane.tea@gmail.com",14 "web": "http://github.com/Constellation"15 }16 ],17 "repository": {18 "type": "git",19 "url": "http://github.com/estools/estraverse.git"20 },21 35 "devDependencies": { 22 36 "babel-preset-env": "^1.6.1", … … 32 46 "mocha": "^2.1.0" 33 47 }, 48 "engines": { 49 "node": ">=4.0" 50 }, 51 "homepage": "https://github.com/estools/estraverse", 34 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 }, 35 66 "scripts": { 67 "lint": "jshint estraverse.js", 36 68 "test": "npm run-script lint && npm run-script unit-test", 37 "lint": "jshint estraverse.js",38 69 "unit-test": "mocha --compilers js:babel-register" 39 } 70 }, 71 "version": "4.3.0" 40 72 }
Note:
See TracChangeset
for help on using the changeset viewer.