{
  "_from": "rn-placeholder@3.0.1",
  "_id": "rn-placeholder@3.0.1",
  "_inBundle": false,
  "_integrity": "sha1-UHMhDp01eR43nflgRBTTxtUxo+4=",
  "_location": "/rn-placeholder",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rn-placeholder@3.0.1",
    "name": "rn-placeholder",
    "escapedName": "rn-placeholder",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.nlark.com/rn-placeholder/download/rn-placeholder-3.0.1.tgz",
  "_shasum": "5073210e9d35791e379df9604414d3c6d531a3ee",
  "_spec": "rn-placeholder@3.0.1",
  "_where": "/Users/qinxiaoran/Desktop/rn-placeholder-master/example",
  "author": {
    "name": "Marvin FRACHET",
    "email": "marvin.frachet@gmail.com",
    "url": "https://github.com/mfrachet"
  },
  "bugs": {
    "url": "https://github.com/mfrachet/rn-placeholder/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Display some placeholder stuff before rendering your text or media content in React Native",
  "devDependencies": {
    "@types/react": "^16.8.22",
    "@types/react-native": "^0.57.64",
    "concurrently": "^4.1.0",
    "prettier": "^1.18.2",
    "react": "^16.8.6",
    "react-native": "^0.59.5",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^3.5.2"
  },
  "homepage": "https://github.com/mfrachet/rn-placeholder",
  "keywords": [
    "react-native",
    "ios",
    "android",
    "expo"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "rn-placeholder",
  "peerDependencies": {
    "react": "^16.8.6",
    "react-native": "^0.59.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mfrachet/rn-placeholder.git"
  },
  "scripts": {
    "build": "yarn lint && yarn test && tsc --outDir lib && yarn generate:docs",
    "check:lint": "tsc --noEmit && yarn lint",
    "format": "prettier --write './src/**/*.tsx'",
    "generate:docs": "yarn --cwd ./website build && mv ./website/public ./docs",
    "lint": "tslint -c tslint.json 'src/**/**'",
    "release": "yarn check:lint && yarn test && yarn build && npm publish",
    "start": "concurrently \"tsc -w --outDir example/placeholder\" \"yarn --cwd ./example start\"",
    "start:web": "yarn --cwd ./example-web start",
    "test": "tsc --outDir example/placeholder && yarn --cwd ./example test"
  },
  "types": "lib/index.d.ts",
  "version": "3.0.1"
}
