File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/natural-orderby/package.json
{
"_args": [
[
"natural-orderby@2.0.3",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "natural-orderby@2.0.3",
"_id": "natural-orderby@2.0.3",
"_inBundle": false,
"_integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
"_location": "/natural-orderby",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "natural-orderby@2.0.3",
"name": "natural-orderby",
"escapedName": "natural-orderby",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/cli-ux"
],
"_resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Olaf Ennen",
"email": "olaf.ennen@gmail.com"
},
"bugs": {
"url": "https://github.com/yobacca/natural-orderby/issues"
},
"dependencies": {},
"description": "Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.",
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-transform-flow-strip-types": "7.4.0",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/preset-env": "7.4.3",
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "5.2.0",
"docsify-cli": "4.3.0",
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-flowtype": "3.6.0",
"eslint-plugin-import": "2.16.0",
"flow-bin": "0.96.0",
"husky": "1.3.1",
"jest": "24.7.1",
"lint-staged": "8.1.5",
"prettier": "1.16.4",
"rimraf": "2.6.3",
"rollup": "1.9.0",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-node-resolve": "4.2.1",
"rollup-plugin-replace": "2.1.1",
"rollup-plugin-size-snapshot": "0.8.0",
"rollup-plugin-uglify": "6.0.2"
},
"engines": {
"node": "*"
},
"files": [
"iife",
"cjs",
"esm",
"flow-typed",
"index.d.ts"
],
"homepage": "https://yobacca.github.io/natural-orderby",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"keywords": [
"sort",
"order",
"string",
"natsort",
"natcmp",
"compare",
"alphanum",
"unicode",
"date",
"number",
"float",
"numeric",
"natural",
"human",
"javascript",
"array",
"collection",
"list",
"sorting",
"case sensitive",
"case insensitive",
"ascending",
"descending",
"browser",
"node.js",
"node"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"main": "cjs/natural-orderby.js",
"module": "esm/natural-orderby.js",
"name": "natural-orderby",
"repository": {
"type": "git",
"url": "git+https://github.com/yobacca/natural-orderby.git"
},
"scripts": {
"build": "rollup -c",
"docs": "docsify serve docs",
"flow": "flow check",
"lint": "eslint src",
"prebuild": "rimraf iife cjs esm",
"prepublishOnly": "npm run build",
"test": "cross-env TZ=UTC jest src"
},
"types": "./index.d.ts",
"version": "2.0.3"
}