Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-proposal-json-strings/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-proposal-json-strings/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-proposal-json-strings@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-proposal-json-strings@7.14.5", 10 "_id": "@babel/plugin-proposal-json-strings@7.14.5", 2 "_from": "@babel/plugin-proposal-json-strings@^7.14.5", 3 "_id": "@babel/plugin-proposal-json-strings@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==",5 "_integrity": "sha512-kouIPuiv8mSi5JkEhzApg5Gn6hFyKPnlkO0a9YSzqRurH8wYzSlf6RJdzluAsbqecdW5pBvDJDfyDIUR/vLxvg==", 13 6 "_location": "/@babel/plugin-proposal-json-strings", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-proposal-json-strings@ 7.14.5",11 "raw": "@babel/plugin-proposal-json-strings@^7.14.5", 19 12 "name": "@babel/plugin-proposal-json-strings", 20 13 "escapedName": "@babel%2fplugin-proposal-json-strings", 21 14 "scope": "@babel", 22 "rawSpec": " 7.14.5",15 "rawSpec": "^7.14.5", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.14.5"17 "fetchSpec": "^7.14.5" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@babel/preset-env" 28 21 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz", 30 "_spec": "7.14.5", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 22 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.0.tgz", 23 "_shasum": "cae35a95ed1d2a7fa29c4dc41540b84a72e9ab25", 24 "_spec": "@babel/plugin-proposal-json-strings@^7.14.5", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env", 32 26 "author": { 33 27 "name": "The Babel Team", … … 37 31 "url": "https://github.com/babel/babel/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 35 "@babel/helper-plugin-utils": "^7.14.5", 41 36 "@babel/plugin-syntax-json-strings": "^7.8.3" 42 37 }, 38 "deprecated": false, 43 39 "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", 44 40 "devDependencies": { 45 "@babel/core": " 7.14.5",46 "@babel/helper-plugin-test-runner": " 7.14.5"41 "@babel/core": "^7.16.0", 42 "@babel/helper-plugin-test-runner": "^7.16.0" 47 43 }, 48 44 "engines": { … … 67 63 "directory": "packages/babel-plugin-proposal-json-strings" 68 64 }, 69 "version": "7.1 4.5"65 "version": "7.16.0" 70 66 }
Note:
See TracChangeset
for help on using the changeset viewer.