UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

90 lines (89 loc) 3.06 kB
{ "_args": [ [ "xmlchars@2.1.1", "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test" ] ], "_from": "xmlchars@2.1.1", "_id": "xmlchars@2.1.1", "_inBundle": false, "_integrity": "sha512-7hew1RPJ1iIuje/Y01bGD/mXokXxegAgVS+e+E0wSi2ILHQkYAH1+JXARwTjZSM4Z4Z+c73aKspEcqj+zPPL/w==", "_location": "/xmlchars", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "xmlchars@2.1.1", "name": "xmlchars", "escapedName": "xmlchars", "rawSpec": "2.1.1", "saveSpec": null, "fetchSpec": "2.1.1" }, "_requiredBy": [ "/saxes" ], "_resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.1.1.tgz", "_spec": "2.1.1", "_where": "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test", "author": { "name": "Louis-Dominique Dubeau", "email": "ldd@lddubeau.com" }, "bugs": { "url": "https://github.com/lddubeau/xmlchars/issues" }, "dependencies": {}, "description": "Utilities for determining if characters belong to character classes defined by the XML specs.", "devDependencies": { "@commitlint/cli": "^8.0.0", "@commitlint/config-angular": "^8.0.0", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "conventional-changelog-cli": "^2.0.22", "husky": "^2.5.0", "mocha": "^6.1.4", "ts-node": "^8.3.0", "tslint": "^5.18.0", "tslint-config-lddubeau": "^4.1.0", "typescript": "^3.5.2" }, "homepage": "https://github.com/lddubeau/xmlchars#readme", "husky": { "hooks": { "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" } }, "keywords": [ "XML", "validation" ], "license": "MIT", "main": "xmlchars.js", "name": "xmlchars", "repository": { "type": "git", "url": "git+https://github.com/lddubeau/xmlchars.git" }, "scripts": { "build": "tsc && npm run copy", "clean": "rm -rf build", "copy": "cp README.md LICENSE build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json", "postpublish": "git push origin --follow-tags", "posttest": "tslint -p tsconfig.json && tslint -p test/tsconfig.json", "postversion": "npm run xmlchars:publish", "prepack": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'", "prepublishOnly": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'", "pretest": "npm run build", "preversion": "npm run test-install", "test": "mocha", "test-install": "npm run test && (test_dir=build/install_dir; rm -rf $test_dir; mkdir -p $test_dir/node_modules; packname=`npm run xmlchars:pack --silent`; (cd $test_dir; npm install ../$packname); rm -rf $test_dir)", "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", "xmlchars:pack": "cd build/dist/ && (packname=`npm pack --silent`; mv $packname ..; echo $packname)", "xmlchars:publish": "npm run test-install && (cd build/dist && npm publish)" }, "types": "xmlchars.d.ts", "version": "2.1.1" }