- 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/@babel/helper-function-name/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-function-name", 3 "version": "7.15.4", 4 "description": "Helper function to change the property 'name' of every function", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-function-name" 2 "_args": [ 3 [ 4 "@babel/helper-function-name@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-function-name@7.15.4", 10 "_id": "@babel/helper-function-name@7.15.4", 11 "_inBundle": false, 12 "_integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==", 13 "_location": "/@babel/helper-function-name", 14 "_phantomChildren": { 15 "@babel/code-frame": "7.15.8", 16 "@babel/parser": "7.15.8", 17 "@babel/types": "7.15.6" 9 18 }, 10 "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name", 11 "license": "MIT", 12 "publishConfig": { 13 "access": "public" 19 "_requested": { 20 "type": "version", 21 "registry": true, 22 "raw": "@babel/helper-function-name@7.15.4", 23 "name": "@babel/helper-function-name", 24 "escapedName": "@babel%2fhelper-function-name", 25 "scope": "@babel", 26 "rawSpec": "7.15.4", 27 "saveSpec": null, 28 "fetchSpec": "7.15.4" 14 29 }, 15 "main": "./lib/index.js", 30 "_requiredBy": [ 31 "/@babel/helper-create-class-features-plugin", 32 "/@babel/helper-wrap-function", 33 "/@babel/plugin-transform-classes", 34 "/@babel/plugin-transform-function-name", 35 "/@babel/traverse" 36 ], 37 "_resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz", 38 "_spec": "7.15.4", 39 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 40 "author": { 41 "name": "The Babel Team", 42 "url": "https://babel.dev/team" 43 }, 44 "bugs": { 45 "url": "https://github.com/babel/babel/issues" 46 }, 16 47 "dependencies": { 17 48 "@babel/helper-get-function-arity": "^7.15.4", … … 19 50 "@babel/types": "^7.15.4" 20 51 }, 52 "description": "Helper function to change the property 'name' of every function", 21 53 "engines": { 22 54 "node": ">=6.9.0" 23 55 }, 24 "author": "The Babel Team (https://babel.dev/team)" 56 "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name", 57 "license": "MIT", 58 "main": "./lib/index.js", 59 "name": "@babel/helper-function-name", 60 "publishConfig": { 61 "access": "public" 62 }, 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/babel/babel.git", 66 "directory": "packages/babel-helper-function-name" 67 }, 68 "version": "7.15.4" 25 69 }
Note:
See TracChangeset
for help on using the changeset viewer.