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.
 
 
 
 
 
 

135 lines
3.5 KiB

{
"_args": [
[
{
"raw": "vfile-location@^2.0.0",
"scope": null,
"escapedName": "vfile-location",
"name": "vfile-location",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/remark-parse"
]
],
"_from": "vfile-location@>=2.0.0 <3.0.0",
"_id": "vfile-location@2.0.2",
"_inCache": true,
"_location": "/vfile-location",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/vfile-location-2.0.2.tgz_1500317792925_0.23454867862164974"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"raw": "vfile-location@^2.0.0",
"scope": null,
"escapedName": "vfile-location",
"name": "vfile-location",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/remark-parse"
],
"_resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.2.tgz",
"_shasum": "d3675c59c877498e492b4756ff65e4af1a752255",
"_shrinkwrap": null,
"_spec": "vfile-location@^2.0.0",
"_where": "/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/remark-parse",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/vfile/vfile-location/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {},
"description": "Convert between positions (line and column-based) and offsets (range-based) locations in a virtual file",
"devDependencies": {
"browserify": "^14.0.0",
"esmangle": "^1.0.1",
"nyc": "^11.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.0.0",
"vfile": "^2.0.0",
"xo": "^0.18.0"
},
"directories": {},
"dist": {
"shasum": "d3675c59c877498e492b4756ff65e4af1a752255",
"tarball": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.2.tgz"
},
"files": [
"index.js"
],
"gitHead": "15906d875603ff2c44bc9c8f12878214d7c68bb7",
"homepage": "https://github.com/vfile/vfile-location#readme",
"keywords": [
"remark",
"comment",
"message",
"marker",
"control"
],
"license": "MIT",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "vfile-location",
"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/vfile/vfile-location.git"
},
"scripts": {
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js --bare -s vfileLocation > vfile-location.js",
"build-mangle": "esmangle vfile-location.js > vfile-location.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": "2.0.2",
"xo": {
"space": true,
"esnext": false,
"ignores": [
"vfile-location.js"
]
}
}