package.json 1.8 KB
{
  "_from": "array-tree-filter@^2.1.0",
  "_id": "array-tree-filter@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==",
  "_location": "/array-tree-filter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array-tree-filter@^2.1.0",
    "name": "array-tree-filter",
    "escapedName": "array-tree-filter",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/antd",
    "/rc-cascader"
  ],
  "_resolved": "https://registry.npmjs.org/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
  "_shasum": "873ac00fec83749f255ac8dd083814b4f6329190",
  "_spec": "array-tree-filter@^2.1.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "author": {
    "name": "afc163",
    "email": "afc163@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/afc163/array-tree-filter/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "filter in array tree",
  "devDependencies": {
    "rollup": "^0.52.1",
    "tape": "^4.3.0",
    "typescript": "^2.7.1"
  },
  "files": [
    "lib",
    "index.d.ts"
  ],
  "homepage": "https://github.com/afc163/array-tree-filter#readme",
  "keywords": [
    "array",
    "tree",
    "filter"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "array-tree-filter",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/afc163/array-tree-filter.git"
  },
  "scripts": {
    "build": "npm run tsc && rollup index.js --output.format umd --name 'arrayTreeFilter' --output.file lib/index.js",
    "pub": "npm run build && npm publish",
    "test": "npm run build && tape test/*.js",
    "tsc": "tsc"
  },
  "version": "2.1.0"
}