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.
115 lines
2.7 KiB
115 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"doctrine@^0.7.1",
|
|
"/Users/mzasso/git/forks/node/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "doctrine@>=0.7.1 <0.8.0",
|
|
"_id": "doctrine@0.7.2",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/eslint/doctrine",
|
|
"_npmUser": {
|
|
"email": "nicholas@nczconsulting.com",
|
|
"name": "nzakas"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "doctrine",
|
|
"raw": "doctrine@^0.7.1",
|
|
"rawSpec": "^0.7.1",
|
|
"scope": null,
|
|
"spec": ">=0.7.1 <0.8.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz",
|
|
"_shasum": "7cb860359ba3be90e040b26b729ce4bfa654c523",
|
|
"_shrinkwrap": null,
|
|
"_spec": "doctrine@^0.7.1",
|
|
"_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
|
|
"bugs": {
|
|
"url": "https://github.com/eslint/doctrine/issues"
|
|
},
|
|
"dependencies": {
|
|
"esutils": "^1.1.6",
|
|
"isarray": "0.0.1"
|
|
},
|
|
"description": "JSDoc parser",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.2",
|
|
"dateformat": "^1.0.11",
|
|
"eslint": "^1.9.0",
|
|
"gulp": "^3.8.10",
|
|
"gulp-bump": "^0.1.13",
|
|
"gulp-eslint": "^0.5.0",
|
|
"gulp-filter": "^2.0.2",
|
|
"gulp-git": "^1.0.0",
|
|
"gulp-istanbul": "^0.6.0",
|
|
"gulp-jshint": "^1.9.0",
|
|
"gulp-mocha": "^2.0.0",
|
|
"gulp-tag-version": "^1.2.1",
|
|
"jshint-stylish": "^1.0.0",
|
|
"linefix": "^0.1.1",
|
|
"mocha": "^2.3.3",
|
|
"npm-license": "^0.3.1",
|
|
"semver": "^5.0.3",
|
|
"shelljs": "^0.5.3",
|
|
"shelljs-nodecli": "^0.1.1",
|
|
"should": "^5.0.1"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dist": {
|
|
"shasum": "7cb860359ba3be90e040b26b729ce4bfa654c523",
|
|
"tarball": "http://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"LICENSE.BSD",
|
|
"LICENSE.closure-compiler",
|
|
"LICENSE.esprima",
|
|
"README.md",
|
|
"lib"
|
|
],
|
|
"gitHead": "d78e387ce941880ae97ca768092ee11029bdb916",
|
|
"homepage": "https://github.com/eslint/doctrine",
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/eslint/doctrine/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"main": "lib/doctrine.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
},
|
|
{
|
|
"name": "nzakas",
|
|
"email": "nicholas@nczconsulting.com"
|
|
}
|
|
],
|
|
"name": "doctrine",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/eslint/doctrine.git"
|
|
},
|
|
"scripts": {
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
|
"lint": "gulp lint",
|
|
"test": "gulp",
|
|
"unit-test": "gulp test"
|
|
},
|
|
"version": "0.7.2"
|
|
}
|
|
|