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.
113 lines
2.7 KiB
113 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"doctrine@^1.2.2",
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "doctrine@>=1.2.2 <2.0.0",
|
|
"_id": "doctrine@1.2.2",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/doctrine",
|
|
"_nodeVersion": "4.4.2",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/doctrine-1.2.2.tgz_1463692862416_0.07905266736634076"
|
|
},
|
|
"_npmUser": {
|
|
"email": "nicholas@nczconsulting.com",
|
|
"name": "nzakas"
|
|
},
|
|
"_npmVersion": "2.15.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "doctrine",
|
|
"raw": "doctrine@^1.2.2",
|
|
"rawSpec": "^1.2.2",
|
|
"scope": null,
|
|
"spec": ">=1.2.2 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.2.2.tgz",
|
|
"_shasum": "9e9867210149548b95ec51469dae4caad312308e",
|
|
"_shrinkwrap": null,
|
|
"_spec": "doctrine@^1.2.2",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
|
|
"bugs": {
|
|
"url": "https://github.com/eslint/doctrine/issues"
|
|
},
|
|
"dependencies": {
|
|
"esutils": "^1.1.6",
|
|
"isarray": "^1.0.0"
|
|
},
|
|
"description": "JSDoc parser",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.2",
|
|
"dateformat": "^1.0.11",
|
|
"eslint": "^1.10.3",
|
|
"eslint-release": "^0.3.0",
|
|
"istanbul": "^0.4.1",
|
|
"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": "9e9867210149548b95ec51469dae4caad312308e",
|
|
"tarball": "https://registry.npmjs.org/doctrine/-/doctrine-1.2.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"LICENSE.BSD",
|
|
"LICENSE.closure-compiler",
|
|
"LICENSE.esprima",
|
|
"README.md"
|
|
],
|
|
"gitHead": "fedfef2642a3631b22e995a3b833bd937a283ec1",
|
|
"homepage": "https://github.com/eslint/doctrine",
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/eslint/doctrine/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"main": "lib/doctrine.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "utatane.tea@gmail.com",
|
|
"name": "constellation"
|
|
},
|
|
{
|
|
"email": "nicholas@nczconsulting.com",
|
|
"name": "nzakas"
|
|
}
|
|
],
|
|
"name": "doctrine",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/eslint/doctrine.git"
|
|
},
|
|
"scripts": {
|
|
"alpharelease": "eslint-prerelease alpha",
|
|
"betarelease": "eslint-prerelease beta",
|
|
"lint": "eslint lib/",
|
|
"release": "eslint-release",
|
|
"test": "npm run lint && node Makefile.js test"
|
|
},
|
|
"version": "1.2.2"
|
|
}
|
|
|