123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "compare-func@^1.3.2",
- "_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.2",
- "name": "compare-func",
- "escapedName": "compare-func",
- "rawSpec": "^1.3.2",
- "saveSpec": null,
- "fetchSpec": "^1.3.2"
- },
- "_requiredBy": [
- "/cordova-android"
- ],
- "_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
- "_shasum": "99dd0ba457e1f9bc722b12c08ec33eeab31fa648",
- "_spec": "compare-func@^1.3.2",
- "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\artesanias\\node_modules\\cordova-android",
- "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"
- }
|