UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

69 lines (68 loc) 1.74 kB
{ "_args": [ [ "array-tree-filter@2.1.0", "G:\\dhcc-app-dll" ] ], "_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": "version", "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", "_spec": "2.1.0", "_where": "G:\\dhcc-app-dll", "author": { "name": "afc163", "email": "afc163@gmail.com" }, "bugs": { "url": "https://github.com/afc163/array-tree-filter/issues" }, "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" }