Changeset 59329aa for trip-planner-front/node_modules/caniuse-api
- 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/caniuse-api/package.json
rceaed42 r59329aa 1 1 { 2 "name": "caniuse-api", 3 "version": "3.0.0", 4 "description": "request the caniuse data to check browsers compatibilities", 5 "repository": "https://github.com/nyalab/caniuse-api.git", 6 "keywords": [ 7 "caniuse", 8 "browserslist" 2 "_args": [ 3 [ 4 "caniuse-api@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 8 "_development": true, 9 "_from": "caniuse-api@3.0.0", 10 "_id": "caniuse-api@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", 13 "_location": "/caniuse-api", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "caniuse-api@3.0.0", 19 "name": "caniuse-api", 20 "escapedName": "caniuse-api", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/postcss-colormin", 27 "/postcss-merge-rules", 28 "/postcss-reduce-initial" 29 ], 30 "_resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", 31 "_spec": "3.0.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 10 33 "authors": [ 11 34 "nyalab", 12 35 "MoOx" 13 36 ], 14 "license": "MIT", 15 "main": "dist/index.js", 16 "files": [ 17 "dist" 18 ], 37 "babel": { 38 "presets": [ 39 "babel-preset-latest" 40 ] 41 }, 42 "bugs": { 43 "url": "https://github.com/nyalab/caniuse-api/issues" 44 }, 19 45 "dependencies": { 20 46 "browserslist": "^4.0.0", … … 23 49 "lodash.uniq": "^4.5.0" 24 50 }, 51 "description": "request the caniuse data to check browsers compatibilities", 25 52 "devDependencies": { 26 53 "babel-cli": "^6.22.2", … … 33 60 "tape": "^4.6.0" 34 61 }, 62 "files": [ 63 "dist" 64 ], 65 "homepage": "https://github.com/nyalab/caniuse-api#readme", 66 "keywords": [ 67 "caniuse", 68 "browserslist" 69 ], 70 "license": "MIT", 71 "main": "dist/index.js", 72 "name": "caniuse-api", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/nyalab/caniuse-api.git" 76 }, 35 77 "scripts": { 36 78 "build": "babel src --out-dir dist", 37 79 "lint": "jshint src", 38 80 "prepublish": "npm run build", 39 " test": "npm run lint && babel-tape-runner test/*.js | tap-spec",40 " release": "npmpub"81 "release": "npmpub", 82 "test": "npm run lint && babel-tape-runner test/*.js | tap-spec" 41 83 }, 42 "babel": { 43 "presets": [ 44 "babel-preset-latest" 45 ] 46 } 84 "version": "3.0.0" 47 85 }
Note:
See TracChangeset
for help on using the changeset viewer.