mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
3.7 KiB
141 lines
3.7 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "unist-util-visit@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "unist-util-visit",
|
|
"name": "unist-util-visit",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/unist-util-remove-position"
|
|
]
|
|
],
|
|
"_from": "unist-util-visit@>=1.1.0 <2.0.0",
|
|
"_id": "unist-util-visit@1.1.3",
|
|
"_inCache": true,
|
|
"_location": "/unist-util-visit",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/unist-util-visit-1.1.3.tgz_1497284047913_0.11428822320885956"
|
|
},
|
|
"_npmUser": {
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
},
|
|
"_npmVersion": "2.14.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "unist-util-visit@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "unist-util-visit",
|
|
"name": "unist-util-visit",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/unist-util-remove-position"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.1.3.tgz",
|
|
"_shasum": "ec268e731b9d277a79a5b5aa0643990e405d600b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "unist-util-visit@^1.1.0",
|
|
"_where": "/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/unist-util-remove-position",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/syntax-tree/unist-util-visit/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Recursively walk over unist nodes",
|
|
"devDependencies": {
|
|
"browserify": "^14.0.0",
|
|
"esmangle": "^1.0.0",
|
|
"nyc": "^11.0.0",
|
|
"remark": "^7.0.0",
|
|
"remark-cli": "^3.0.0",
|
|
"remark-preset-wooorm": "^3.0.0",
|
|
"tape": "^4.5.1",
|
|
"xo": "^0.18.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "ec268e731b9d277a79a5b5aa0643990e405d600b",
|
|
"tarball": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.1.3.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "9dff0de34a09d200522844560880a22ca9295653",
|
|
"homepage": "https://github.com/syntax-tree/unist-util-visit#readme",
|
|
"keywords": [
|
|
"unist",
|
|
"remark",
|
|
"markdown",
|
|
"retext",
|
|
"natural",
|
|
"language",
|
|
"node",
|
|
"visit",
|
|
"walk",
|
|
"util",
|
|
"utility"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
}
|
|
],
|
|
"name": "unist-util-visit",
|
|
"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-visit.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify index.js --no-builtins -s unistUtilVisit > unist-util-visit.js",
|
|
"build-mangle": "esmangle unist-util-visit.js > unist-util-visit.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.3",
|
|
"xo": {
|
|
"space": true,
|
|
"esnext": false,
|
|
"ignores": [
|
|
"unist-util-visit.js"
|
|
]
|
|
}
|
|
}
|
|
|