Changeset 59329aa for trip-planner-front/node_modules/core-js
- 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/core-js/package.json
rceaed42 r59329aa 1 1 { 2 "name": "core-js", 2 "_args": [ 3 [ 4 "core-js@3.16.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "core-js@3.16.0", 10 "_id": "core-js@3.16.0", 11 "_inBundle": false, 12 "_integrity": "sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g==", 13 "_location": "/core-js", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "core-js@3.16.0", 19 "name": "core-js", 20 "escapedName": "core-js", 21 "rawSpec": "3.16.0", 22 "saveSpec": null, 23 "fetchSpec": "3.16.0" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 27 ], 28 "_resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.0.tgz", 29 "_spec": "3.16.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/zloirock/core-js/issues" 33 }, 3 34 "description": "Standard library", 4 "version": "3.16.0",5 "repository": {6 "type": "git",7 "url": "https://github.com/zloirock/core-js.git"8 },9 "main": "index.js",10 35 "funding": { 11 36 "type": "opencollective", 12 37 "url": "https://opencollective.com/core-js" 13 38 }, 14 "license": "MIT", 39 "gitHead": "89686ea7429ad46a05040269be44395e3760837d", 40 "homepage": "https://github.com/zloirock/core-js#readme", 15 41 "keywords": [ 16 42 "ES3", … … 52 78 "shim" 53 79 ], 80 "license": "MIT", 81 "main": "index.js", 82 "name": "core-js", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/zloirock/core-js.git" 86 }, 54 87 "scripts": { 55 88 "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"" 56 89 }, 57 " gitHead": "89686ea7429ad46a05040269be44395e3760837d"90 "version": "3.16.0" 58 91 }
Note:
See TracChangeset
for help on using the changeset viewer.