- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/alphanum-sort/package.json
rceaed42 r59329aa 1 1 { 2 "name": "alphanum-sort", 3 "version": "1.0.2", 2 "_args": [ 3 [ 4 "alphanum-sort@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "alphanum-sort@1.0.2", 10 "_id": "alphanum-sort@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=", 13 "_location": "/alphanum-sort", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "alphanum-sort@1.0.2", 19 "name": "alphanum-sort", 20 "escapedName": "alphanum-sort", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/postcss-minify-params", 27 "/postcss-minify-selectors", 28 "/postcss-unique-selectors" 29 ], 30 "_resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", 31 "_spec": "1.0.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Bogdan Chadkin", 35 "email": "trysound@yandex.ru" 36 }, 37 "bugs": { 38 "url": "https://github.com/TrySound/alphanum-sort/issues" 39 }, 4 40 "description": "Alphanumeric sorting algorithm", 5 "main": "lib/index.js",6 "files": [7 "lib"8 ],9 41 "devDependencies": { 10 42 "eslint": "^1.5.1", … … 13 45 "tape": "^4.2.0" 14 46 }, 15 "scripts": { 16 "test": "eslint lib test.js && tape test.js | tap-spec" 17 }, 18 "author": "Bogdan Chadkin <trysound@yandex.ru>", 19 "license": "MIT", 20 "repository": { 21 "type": "git", 22 "url": "https://github.com/TrySound/alphanum-sort.git" 23 }, 24 "bugs": { 25 "url": "https://github.com/TrySound/alphanum-sort/issues" 26 }, 47 "files": [ 48 "lib" 49 ], 27 50 "homepage": "https://github.com/TrySound/alphanum-sort", 28 51 "keywords": [ … … 32 55 "natural", 33 56 "human" 34 ] 57 ], 58 "license": "MIT", 59 "main": "lib/index.js", 60 "name": "alphanum-sort", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/TrySound/alphanum-sort.git" 64 }, 65 "scripts": { 66 "test": "eslint lib test.js && tape test.js | tap-spec" 67 }, 68 "version": "1.0.2" 35 69 }
Note:
See TracChangeset
for help on using the changeset viewer.