odin-default-js-exercises/node_modules/doctrine/package.json

89 lines
2.2 KiB
JSON

{
"_from": "doctrine@^2.0.2",
"_id": "doctrine@2.0.2",
"_inBundle": false,
"_integrity": "sha512-y0tm5Pq6ywp3qSTZ1vPgVdAnbDEoeoc5wlOHXoY1c4Wug/a7JvqHIl7BTvwodaHmejWkK/9dSb3sCYfyo/om8A==",
"_location": "/doctrine",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "doctrine@^2.0.2",
"name": "doctrine",
"escapedName": "doctrine",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.2.tgz",
"_shasum": "68f96ce8efc56cc42651f1faadb4f175273b0075",
"_spec": "doctrine@^2.0.2",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/eslint",
"bugs": {
"url": "https://github.com/eslint/doctrine/issues"
},
"bundleDependencies": false,
"dependencies": {
"esutils": "^2.0.2"
},
"deprecated": false,
"description": "JSDoc parser",
"devDependencies": {
"coveralls": "^2.11.2",
"dateformat": "^1.0.11",
"eslint": "^1.10.3",
"eslint-release": "^0.10.0",
"linefix": "^0.1.1",
"mocha": "^3.4.2",
"npm-license": "^0.3.1",
"nyc": "^10.3.2",
"semver": "^5.0.3",
"shelljs": "^0.5.3",
"shelljs-nodecli": "^0.1.1",
"should": "^5.0.1"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/eslint/doctrine",
"license": "Apache-2.0",
"main": "lib/doctrine.js",
"maintainers": [
{
"name": "Nicholas C. Zakas",
"email": "nicholas+npm@nczconsulting.com",
"url": "https://www.nczonline.net"
},
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"url": "https://github.com/Constellation"
}
],
"name": "doctrine",
"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",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint lib/",
"pretest": "npm run lint",
"release": "eslint-release",
"test": "nyc mocha"
},
"version": "2.0.2"
}