{
  "_from": "idx@2.4.0",
  "_id": "idx@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-FnV6fXF1/cXvam/OXAz98v3GbhQVws+ecMEVLxyQ1aXgK2nooTkTDqex5Lks84wiCsS1So6QtwwCYT6H+vIKkw==",
  "_location": "/idx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "idx@2.4.0",
    "name": "idx",
    "escapedName": "idx",
    "rawSpec": "2.4.0",
    "saveSpec": null,
    "fetchSpec": "2.4.0"
  },
  "_requiredBy": [
    "/@expo/xdl"
  ],
  "_resolved": "https://registry.npmjs.org/idx/-/idx-2.4.0.tgz",
  "_shasum": "e89e6650c889a44bf889f79d47f40fe09b4eeaa3",
  "_spec": "idx@2.4.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
  "bugs": {
    "url": "https://github.com/facebookincubator/idx/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Utility function for traversing properties on objects and arrays.",
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-jest": "^19.0.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-env": "^1.1.11",
    "flow-bin": "^0.73.0",
    "jest": "^19.0.2"
  },
  "files": [
    "README.md",
    "lib/"
  ],
  "homepage": "https://github.com/facebookincubator/idx#readme",
  "jest": {
    "testEnvironment": "node",
    "rootDir": "src"
  },
  "license": "MIT",
  "main": "lib/idx.js",
  "name": "idx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebookincubator/idx.git"
  },
  "scripts": {
    "build": "scripts/build.sh",
    "prepublish": "yarn run build && cp ../../README.md .",
    "test": "jest"
  },
  "types": "lib/idx.d.ts",
  "version": "2.4.0"
}