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.
127 lines
3.1 KiB
127 lines
3.1 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "doctrine@^1.2.2",
|
|
"scope": null,
|
|
"escapedName": "doctrine",
|
|
"name": "doctrine",
|
|
"rawSpec": "^1.2.2",
|
|
"spec": ">=1.2.2 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "doctrine@>=1.2.2 <2.0.0",
|
|
"_id": "doctrine@1.3.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/doctrine",
|
|
"_nodeVersion": "4.4.7",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/doctrine-1.3.0.tgz_1471897078408_0.6770147804636508"
|
|
},
|
|
"_npmUser": {
|
|
"name": "eslint",
|
|
"email": "nicholas+eslint@nczconsulting.com"
|
|
},
|
|
"_npmVersion": "2.15.8",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "doctrine@^1.2.2",
|
|
"scope": null,
|
|
"escapedName": "doctrine",
|
|
"name": "doctrine",
|
|
"rawSpec": "^1.2.2",
|
|
"spec": ">=1.2.2 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.3.0.tgz",
|
|
"_shasum": "13e75682b55518424276f7c173783456ef913d26",
|
|
"_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": "^2.0.2",
|
|
"isarray": "^1.0.0"
|
|
},
|
|
"description": "JSDoc parser",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.2",
|
|
"dateformat": "^1.0.11",
|
|
"eslint": "^1.10.3",
|
|
"eslint-release": "^0.10.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": "13e75682b55518424276f7c173783456ef913d26",
|
|
"tarball": "https://registry.npmjs.org/doctrine/-/doctrine-1.3.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"LICENSE.BSD",
|
|
"LICENSE.closure-compiler",
|
|
"LICENSE.esprima",
|
|
"README.md"
|
|
],
|
|
"gitHead": "b4b2870ccb4e47977fafce8e6055740e4dda28af",
|
|
"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": "eslint",
|
|
"email": "nicholas+eslint@nczconsulting.com"
|
|
},
|
|
{
|
|
"name": "nzakas",
|
|
"email": "nicholas@nczconsulting.com"
|
|
}
|
|
],
|
|
"name": "doctrine",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eslint/doctrine.git"
|
|
},
|
|
"scripts": {
|
|
"alpharelease": "eslint-prerelease alpha",
|
|
"betarelease": "eslint-prerelease beta",
|
|
"ci-release": "eslint-ci-release",
|
|
"lint": "eslint lib/",
|
|
"release": "eslint-release",
|
|
"test": "npm run lint && node Makefile.js test"
|
|
},
|
|
"version": "1.3.0"
|
|
}
|
|
|