Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « treeverse « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbe0f94d40ccbbf6f66ecba5cf7d1dafc7c3cc7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "treeverse@^1.0.1",
  "_id": "treeverse@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-vE1An8RHapGybKZq+iD3tLvtZy3qboEWDh9wFTjVS5B+BUEJrK1rHjJBVokmv8uLSD6/dhvSDSDX6oY4XVnVvg==",
  "_location": "/treeverse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "treeverse@^1.0.1",
    "name": "treeverse",
    "escapedName": "treeverse",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/treeverse/-/treeverse-1.0.3.tgz",
  "_shasum": "43ad19831b8b7583988f83cbf4d1eaf428f816ae",
  "_spec": "treeverse@^1.0.1",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/treeverse/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.",
  "devDependencies": {
    "tap": "^14.10.6",
    "tcompare": "^2.3.0"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "homepage": "https://github.com/npm/treeverse#readme",
  "keywords": [
    "tree",
    "traversal",
    "depth first search",
    "breadth first search"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "treeverse",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/treeverse.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "100": true,
    "coverage-map": "map.js"
  },
  "version": "1.0.3"
}