{
  "_from": "replace-string@1.1.0",
  "_id": "replace-string@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-hwYhF/gj/lgAwwa6yyz6NZuTX+o=",
  "_location": "/replace-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "replace-string@1.1.0",
    "name": "replace-string",
    "escapedName": "replace-string",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@expo/xdl"
  ],
  "_resolved": "https://registry.npmjs.org/replace-string/-/replace-string-1.1.0.tgz",
  "_shasum": "87062117f823fe5800c306bacb2cfa359b935fea",
  "_spec": "replace-string@1.1.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/replace-string/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Replace all substring matches in a string",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/replace-string#readme",
  "keywords": [
    "replace",
    "string",
    "str",
    "text",
    "all",
    "many",
    "multiple",
    "global",
    "match",
    "matches",
    "replacement",
    "replacer",
    "modify",
    "substring",
    "sub-string",
    "needle",
    "search"
  ],
  "license": "MIT",
  "name": "replace-string",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/replace-string.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.1.0",
  "xo": {
    "esnext": true
  }
}