package.json 1.81 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
{
  "_args": [
    [
      "natural-compare@1.4.0",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_development": true,
  "_from": "natural-compare@1.4.0",
  "_id": "natural-compare@1.4.0",
  "_inBundle": false,
  "_integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
  "_location": "/natural-compare",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "natural-compare@1.4.0",
    "name": "natural-compare",
    "escapedName": "natural-compare",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Lauri Rooden",
    "url": "https://github.com/litejs/natural-compare-lite"
  },
  "bugs": {
    "url": "https://github.com/litejs/natural-compare-lite/issues"
  },
  "buildman": {
    "dist/index-min.js": {
      "banner": "/*! litejs.com/MIT-LICENSE.txt */",
      "input": "index.js"
    }
  },
  "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
  "devDependencies": {
    "buildman": "*",
    "testman": "*"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/litejs/natural-compare-lite#readme",
  "keywords": [
    "string",
    "natural",
    "order",
    "sort",
    "natsort",
    "natcmp",
    "compare",
    "alphanum",
    "litejs"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "natural-compare",
  "repository": {
    "type": "git",
    "url": "git://github.com/litejs/natural-compare-lite.git"
  },
  "scripts": {
    "build": "node node_modules/buildman/index.js --all",
    "test": "node tests/index.js"
  },
  "stability": 3,
  "version": "1.4.0"
}