1 | {
|
---|
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 | },
|
---|
40 | "description": "Alphanumeric sorting algorithm",
|
---|
41 | "devDependencies": {
|
---|
42 | "eslint": "^1.5.1",
|
---|
43 | "javascript-natural-sort": "^0.7.1",
|
---|
44 | "tap-spec": "^4.1.0",
|
---|
45 | "tape": "^4.2.0"
|
---|
46 | },
|
---|
47 | "files": [
|
---|
48 | "lib"
|
---|
49 | ],
|
---|
50 | "homepage": "https://github.com/TrySound/alphanum-sort",
|
---|
51 | "keywords": [
|
---|
52 | "sort",
|
---|
53 | "alphanum",
|
---|
54 | "alphanumeric",
|
---|
55 | "natural",
|
---|
56 | "human"
|
---|
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"
|
---|
69 | }
|
---|