1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "natural-compare@^1.4.0",
- "_id": "natural-compare@1.4.0",
- "_inBundle": false,
- "_integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
- "_location": "/natural-compare",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "/jest-snapshot"
- ],
- "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "_shasum": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7",
- "_spec": "natural-compare@^1.4.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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"
- }
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|