{
  "_from": "prefix-trie-ts@0.0.4",
  "_id": "prefix-trie-ts@0.0.4",
  "_inBundle": false,
  "_integrity": "sha512-9m1CCP3MntJqCEL2lahfqKjGBloXxP5hEyWdGGqX3eB05QDkQvnV6NamXzU5zms/L7MAyvkwuCEqpg2FesrCNw==",
  "_location": "/prefix-trie-ts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prefix-trie-ts@0.0.4",
    "name": "prefix-trie-ts",
    "escapedName": "prefix-trie-ts",
    "rawSpec": "0.0.4",
    "saveSpec": null,
    "fetchSpec": "0.0.4"
  },
  "_requiredBy": [
    "/nano-sql"
  ],
  "_resolved": "https://registry.npmjs.org/prefix-trie-ts/-/prefix-trie-ts-0.0.4.tgz",
  "_shasum": "7640e96628ee1d37fd657b48326b128387d27443",
  "_spec": "prefix-trie-ts@0.0.4",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\nano-sql",
  "author": {
    "name": "Scott Lott, Lyndsey Browning",
    "email": "lbrowning86@gmail.com",
    "url": "http://lyndseyb.co.uk/"
  },
  "bugs": {
    "url": "https://github.com/ClickSimply/prefix-trie-ts/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Create and modify trie prefix structures, extract word lists including anagrams and sub-anagrams",
  "devDependencies": {
    "cross-env": "^4.0.0",
    "ts-loader": "^2.0.3",
    "typescript": "^2.2.2",
    "webpack": "^2.3.3"
  },
  "homepage": "https://github.com/ClickSimply/prefix-trie-ts#readme",
  "keywords": [
    "javascript",
    "trie",
    "words",
    "prefix-trie",
    "tree",
    "prefix",
    "autocomplete"
  ],
  "license": "MIT",
  "main": "node/index.js",
  "name": "prefix-trie-ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClickSimply/prefix-trie-ts.git"
  },
  "scripts": {
    "build": "npm run typescript && cross-env NODE_ENV=production webpack",
    "typescript": "tsc --stripInternal -d --moduleResolution \"node\" -t \"ES5\" --rootDir  \"./src\" -module \"commonjs\" --outDir \"./node\""
  },
  "typings": "node/index.d.ts",
  "version": "0.0.4"
}
