GT2/Ejectable/node_modules/jetifier/package.json

73 lines
1.9 KiB
JSON

{
"_from": "jetifier@^1.6.2",
"_id": "jetifier@1.6.8",
"_inBundle": false,
"_integrity": "sha512-3Zi16h6L5tXDRQJTb221cnRoVG9/9OvreLdLU2/ZjRv/GILL+2Cemt0IKvkowwkDpvouAU1DQPOJ7qaiHeIdrw==",
"_location": "/jetifier",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jetifier@^1.6.2",
"name": "jetifier",
"escapedName": "jetifier",
"rawSpec": "^1.6.2",
"saveSpec": null,
"fetchSpec": "^1.6.2"
},
"_requiredBy": [
"/@react-native-community/cli-platform-android"
],
"_resolved": "https://registry.npmjs.org/jetifier/-/jetifier-1.6.8.tgz",
"_shasum": "e88068697875cbda98c32472902c4d3756247798",
"_spec": "jetifier@^1.6.2",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@react-native-community/cli-platform-android",
"author": {
"name": "Mike Hardy",
"url": "github@mikehardy.net"
},
"bin": {
"jetifier-standalone": "bin/jetifier-standalone",
"jetify": "bin/jetify",
"jetifier": "bin/jetify"
},
"bugs": {
"url": "https://github.com/mikehardy/jetifier/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Yassine Fathi",
"email": "yassine@flui.city",
"url": "https://github.com/m4tt72"
}
],
"deprecated": false,
"description": "jetifier from Android Studio, in npm package format",
"devDependencies": {
"np": "^6.5.0"
},
"homepage": "https://github.com/mikehardy/jetifier#readme",
"keywords": [
"node",
"react",
"react-native",
"jetifier",
"jetifier-standalone",
"androidx"
],
"license": "MIT",
"main": "index.js",
"name": "jetifier",
"repository": {
"type": "git",
"url": "git+https://github.com/mikehardy/jetifier.git"
},
"scripts": {
"dev-sync": "cp -rv bin index.js lib package.json src ../rn-androidx-demo/rnandroidxdemo/node_modules/jetifier",
"shipit": "np --no-tests",
"test": ""
},
"version": "1.6.8"
}