Changeset 79a0317 for imaps-frontend/node_modules/natural-compare
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/natural-compare/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "natural-compare", 3 "version": "1.4.0", 4 "stability": 3, 5 "author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)", 6 "license": "MIT", 2 "_from": "natural-compare@1.4.0", 3 "_id": "natural-compare@1.4.0", 4 "_inBundle": false, 5 "_integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", 6 "_location": "/natural-compare", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "natural-compare@1.4.0", 12 "name": "natural-compare", 13 "escapedName": "natural-compare", 14 "rawSpec": "1.4.0", 15 "saveSpec": null, 16 "fetchSpec": "1.4.0" 17 }, 18 "_requiredBy": [ 19 "/eslint" 20 ], 21 "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", 22 "_shasum": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7", 23 "_spec": "natural-compare@1.4.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 25 "author": { 26 "name": "Lauri Rooden", 27 "url": "https://github.com/litejs/natural-compare-lite" 28 }, 29 "bugs": { 30 "url": "https://github.com/litejs/natural-compare-lite/issues" 31 }, 32 "buildman": { 33 "dist/index-min.js": { 34 "banner": "/*! litejs.com/MIT-LICENSE.txt */", 35 "input": "index.js" 36 } 37 }, 38 "bundleDependencies": false, 39 "deprecated": false, 7 40 "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.", 41 "devDependencies": { 42 "buildman": "*", 43 "testman": "*" 44 }, 45 "files": [ 46 "index.js" 47 ], 48 "homepage": "https://github.com/litejs/natural-compare-lite#readme", 8 49 "keywords": [ 9 50 "string", … … 17 58 "litejs" 18 59 ], 60 "license": "MIT", 19 61 "main": "index.js", 20 "readmeFilename": "README.md", 21 "files": [ 22 "index.js" 23 ], 62 "name": "natural-compare", 63 "repository": { 64 "type": "git", 65 "url": "git://github.com/litejs/natural-compare-lite.git" 66 }, 24 67 "scripts": { 25 68 "build": "node node_modules/buildman/index.js --all", 26 69 "test": "node tests/index.js" 27 70 }, 28 "repository": "git://github.com/litejs/natural-compare-lite.git", 29 "bugs": { 30 "url": "https://github.com/litejs/natural-compare-lite/issues" 31 }, 32 "devDependencies": { 33 "buildman": "*", 34 "testman": "*" 35 }, 36 "buildman": { 37 "dist/index-min.js": { 38 "banner": "/*! litejs.com/MIT-LICENSE.txt */", 39 "input": "index.js" 40 } 41 } 71 "stability": 3, 72 "version": "1.4.0" 42 73 }
Note:
See TracChangeset
for help on using the changeset viewer.