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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
{
"_args": [
[
{
"raw": "unist-util-remove-position@^1.0.0",
"scope": null,
"escapedName": "unist-util-remove-position",
"name": "unist-util-remove-position",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/trott/io.js/tools/eslint/node_modules/remark-parse"
]
],
"_from": "unist-util-remove-position@>=1.0.0 <2.0.0",
"_id": "unist-util-remove-position@1.1.1",
"_inCache": true,
"_location": "/unist-util-remove-position",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/unist-util-remove-position-1.1.1.tgz_1497295912725_0.8693032045848668"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "unist-util-remove-position@^1.0.0",
"scope": null,
"escapedName": "unist-util-remove-position",
"name": "unist-util-remove-position",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/remark-parse"
],
"_resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz",
"_shasum": "5a85c1555fc1ba0c101b86707d15e50fa4c871bb",
"_shrinkwrap": null,
"_spec": "unist-util-remove-position@^1.0.0",
"_where": "/Users/trott/io.js/tools/eslint/node_modules/remark-parse",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/unist-util-remove-position/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"unist-util-visit": "^1.1.0"
},
"description": "Remove `position`s from a unist tree",
"devDependencies": {
"browserify": "^14.0.0",
"esmangle": "^1.0.1",
"nyc": "^11.0.0",
"remark": "^7.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.0.0",
"unist-builder": "^1.0.2",
"xo": "^0.18.2"
},
"directories": {},
"dist": {
"shasum": "5a85c1555fc1ba0c101b86707d15e50fa4c871bb",
"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "d589a1142d6e1ead5f2e1616da6fcb315017d4ff",
"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
"keywords": [
"unist",
"utility",
"remove",
"position",
"location"
],
"license": "MIT",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "unist-util-remove-position",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
},
"scripts": {
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js --bare -s unistUtilRemovePosition > unist-util-remove-position.js",
"build-mangle": "esmangle < unist-util-remove-position.js > unist-util-remove-position.min.js",
"build-md": "remark . -qfo",
"lint": "xo",
"test": "npm run build && npm run lint && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js"
},
"version": "1.1.1",
"xo": {
"space": true,
"esnext": false,
"ignores": [
"unist-util-remove-position.js"
]
}
}
|