GT2/GT2-iOS/node_modules/react-native-scripts/package.json

137 lines
3.9 KiB
JSON

{
"_args": [
[
{
"raw": "react-native-scripts",
"scope": null,
"escapedName": "react-native-scripts",
"name": "react-native-scripts",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Volumes/2009-SSD/GT2/GT2-iOS"
]
],
"_from": "react-native-scripts@latest",
"_id": "react-native-scripts@1.11.1",
"_inCache": true,
"_location": "/react-native-scripts",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-native-scripts-1.11.1.tgz_1517003139908_0.36867994302883744"
},
"_npmUser": {
"name": "fson",
"email": "ville.immonen@iki.fi"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-scripts",
"scope": null,
"escapedName": "react-native-scripts",
"name": "react-native-scripts",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/react-native-scripts/-/react-native-scripts-1.11.1.tgz",
"_shasum": "a9f0a5c91a85d34acee9ec9012cf614665670b80",
"_shrinkwrap": null,
"_spec": "react-native-scripts",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS",
"bin": {
"react-native-scripts": "./build/bin/react-native-scripts.js"
},
"bugs": {
"url": "https://github.com/react-community/create-react-native-app"
},
"dependencies": {
"@expo/bunyan": "1.8.10",
"babel-runtime": "^6.9.2",
"chalk": "^2.0.1",
"cross-spawn": "^5.0.1",
"fs-extra": "^3.0.1",
"indent-string": "^3.0.0",
"inquirer": "^3.0.1",
"lodash": "^4.17.4",
"match-require": "^2.0.0",
"minimist": "^1.2.0",
"path-exists": "^3.0.0",
"progress": "^2.0.0",
"qrcode-terminal": "^0.11.0",
"rimraf": "^2.6.1",
"xdl": "48.0.2"
},
"description": "Configuration and scripts for Create React Native App.",
"devDependencies": {
"@taskr/babel": "^1.0.6",
"@taskr/clear": "^1.0.6",
"@taskr/esnext": "^1.0.0",
"@taskr/shell": "^1.0.6",
"@taskr/watch": "^1.0.6",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"taskr": "^1.0.6"
},
"directories": {},
"dist": {
"integrity": "sha512-ywnuJ7Z2wahql2ftiST5li0jedybA47TkckzoVrVOsE/OQobPSt256v9HX9uMnZfkw3hfe0W2Hha3/e8QiffKw==",
"shasum": "a9f0a5c91a85d34acee9ec9012cf614665670b80",
"tarball": "https://registry.npmjs.org/react-native-scripts/-/react-native-scripts-1.11.1.tgz"
},
"engines": {
"node": ">=6"
},
"files": [
"build",
"template"
],
"homepage": "https://github.com/react-community/create-react-native-app",
"keywords": [
"react-native",
"react"
],
"license": "BSD-3-Clause",
"maintainers": [
{
"name": "fson",
"email": "ville.immonen@iki.fi"
},
{
"name": "anp",
"email": "adam.n.perry@gmail.com"
},
{
"name": "brentvatne",
"email": "brentvatne@gmail.com"
},
{
"name": "dikaiosune",
"email": "adam.n.perry@gmail.com"
},
{
"name": "lacker",
"email": "lacker@gmail.com"
}
],
"name": "react-native-scripts",
"optionalDependencies": {},
"readme": "# react-native-scripts\n\nThe README for this package is hosted at https://github.com/react-community/create-react-native-app.\n\n## Development\n\n`yarn && yarn start` will start a watcher that will build artifacts and place them in the build directory.\n\n*Warning*: if you change the template project's dependencies, make sure to update `checkAppName` in `create-react-native-app/src/index.js`.\n",
"readmeFilename": "README.md",
"scripts": {
"build": "taskr build",
"start": "taskr"
},
"version": "1.11.1"
}