{
  "_from": "highlight-words-core@^1.2.0",
  "_id": "highlight-words-core@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==",
  "_location": "/highlight-words-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "highlight-words-core@^1.2.0",
    "name": "highlight-words-core",
    "escapedName": "highlight-words-core",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/react-highlight-words"
  ],
  "_resolved": "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz",
  "_shasum": "1eff6d7d9f0a22f155042a00791237791b1eeaaa",
  "_spec": "highlight-words-core@^1.2.0",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/react-highlight-words",
  "author": {
    "name": "Brian Vaughn",
    "email": "brian.david.vaughn@gmail.com"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Utility functions shared by react-highlight-words and react-native-highlight-words",
  "devDependencies": {
    "babel-cli": "6.8.0",
    "babel-core": "^6.5.1",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.3",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-flow": "^6",
    "cross-env": "^1.0.7",
    "expect.js": "^0.3.1",
    "latinize": "^0.3.0",
    "mocha": "^3.0.2",
    "rimraf": "^2.4.3",
    "standard": "^7.0.1",
    "webpack": "^1.9.6"
  },
  "files": [
    "dist",
    "src/*.js"
  ],
  "keywords": [
    "highlighter",
    "highlight",
    "text",
    "words",
    "matches",
    "substring",
    "occurrences",
    "search"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "highlight-words-core",
  "repository": {
    "type": "git",
    "url": "github.com/bvaughn/highlight-words-core.git"
  },
  "scripts": {
    "build": "yarn build:source && yarn build:flow",
    "build:flow": "cp flow-template dist/index.js.flow",
    "build:source": "webpack --config webpack.config.dist.js --bail",
    "lint": "standard",
    "prebuild": "rimraf dist",
    "prepublish": "npm run build",
    "test": "mocha --compilers js:babel-register \"src/**/*.test.js\""
  },
  "standard": {
    "parser": "babel-eslint",
    "ignore": [
      "build",
      "dist",
      "node_modules"
    ],
    "global": [
      "afterAll",
      "afterEach",
      "beforeAll",
      "beforeEach",
      "describe",
      "it"
    ]
  },
  "version": "1.2.2"
}
