12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "compare-func@^2.0.0",
- "_id": "compare-func@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
- "_location": "/compare-func",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "compare-func@^2.0.0",
- "name": "compare-func",
- "escapedName": "compare-func",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/conventional-changelog-angular",
- "/conventional-changelog-conventionalcommits"
- ],
- "_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
- "_shasum": "fb65e75edbddfd2e568554e8b5b05fff7a51fcb3",
- "_spec": "compare-func@^2.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\conventional-changelog-angular",
- "author": {
- "name": "Steve Mao",
- "email": "maochenyan@gmail.com",
- "url": "https://github.com/stevemao"
- },
- "bugs": {
- "url": "https://github.com/stevemao/compare-func/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "array-ify": "^1.0.0",
- "dot-prop": "^5.1.0"
- },
- "deprecated": false,
- "description": "Get a compare function for array to sort",
- "devDependencies": {
- "coveralls": "^2.11.2",
- "istanbul": "^0.4.4",
- "jscs": "^3.0.5",
- "jshint": "^2.7.0",
- "mocha": "^7.1.2"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/stevemao/compare-func",
- "keywords": [
- "compare-func",
- "arr",
- "array",
- "by",
- "compare",
- "dot",
- "get",
- "obj",
- "object",
- "prop",
- "property",
- "sort",
- "sorting"
- ],
- "license": "MIT",
- "name": "compare-func",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stevemao/compare-func.git"
- },
- "scripts": {
- "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
- "lint": "jshint *.js --exclude node_modules && jscs *.js",
- "test": "npm run-script lint && mocha"
- },
- "version": "2.0.0"
- }
|