mirror of https://github.com/lukechilds/node.git
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.
109 lines
2.8 KiB
109 lines
2.8 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "natural-compare@^1.4.0",
|
|
"scope": null,
|
|
"escapedName": "natural-compare",
|
|
"name": "natural-compare",
|
|
"rawSpec": "^1.4.0",
|
|
"spec": ">=1.4.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "natural-compare@>=1.4.0 <2.0.0",
|
|
"_id": "natural-compare@1.4.0",
|
|
"_inCache": true,
|
|
"_location": "/natural-compare",
|
|
"_nodeVersion": "6.2.2",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/natural-compare-1.4.0.tgz_1469220490086_0.1379237591754645"
|
|
},
|
|
"_npmUser": {
|
|
"name": "megawac",
|
|
"email": "megawac@gmail.com"
|
|
},
|
|
"_npmVersion": "3.9.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "natural-compare@^1.4.0",
|
|
"scope": null,
|
|
"escapedName": "natural-compare",
|
|
"name": "natural-compare",
|
|
"rawSpec": "^1.4.0",
|
|
"spec": ">=1.4.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
"_shasum": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7",
|
|
"_shrinkwrap": null,
|
|
"_spec": "natural-compare@^1.4.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
|
|
"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"
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
|
|
"devDependencies": {
|
|
"buildman": "*",
|
|
"testman": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7",
|
|
"tarball": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "eec83eee67cfac84d6db30cdd65363f155673770",
|
|
"homepage": "https://github.com/litejs/natural-compare-lite#readme",
|
|
"keywords": [
|
|
"string",
|
|
"natural",
|
|
"order",
|
|
"sort",
|
|
"natsort",
|
|
"natcmp",
|
|
"compare",
|
|
"alphanum",
|
|
"litejs"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "megawac",
|
|
"email": "megawac@gmail.com"
|
|
}
|
|
],
|
|
"name": "natural-compare",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"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"
|
|
}
|
|
|