Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

79 lines
2.0 KiB

{
"_from": "compare-func@^1.3.1",
"_id": "compare-func@1.3.2",
"_inBundle": false,
"_integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=",
"_location": "/compare-func",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "compare-func@^1.3.1",
"name": "compare-func",
"escapedName": "compare-func",
"rawSpec": "^1.3.1",
"saveSpec": null,
"fetchSpec": "^1.3.1"
},
"_requiredBy": [
"/conventional-changelog-angular",
"/conventional-changelog-writer"
],
"_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
"_shasum": "99dd0ba457e1f9bc722b12c08ec33eeab31fa648",
"_spec": "compare-func@^1.3.1",
"_where": "/home/camilo/Documents/projects/personal/simple-email/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": "^3.0.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": "*"
},
"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": "1.3.2"
}