98 lines
2.3 KiB
JSON
98 lines
2.3 KiB
JSON
{
|
|
"_from": "doctrine@^0.7.0",
|
|
"_id": "doctrine@0.7.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-fLhgNZujvpDgQLJrcpzkv6ZUxSM=",
|
|
"_location": "/doctrine",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "doctrine@^0.7.0",
|
|
"name": "doctrine",
|
|
"escapedName": "doctrine",
|
|
"rawSpec": "^0.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/hydrolysis"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz",
|
|
"_shasum": "7cb860359ba3be90e040b26b729ce4bfa654c523",
|
|
"_spec": "doctrine@^0.7.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/hydrolysis",
|
|
"bugs": {
|
|
"url": "https://github.com/eslint/doctrine/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"esutils": "^1.1.6",
|
|
"isarray": "0.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"LICENSE.BSD",
|
|
"LICENSE.closure-compiler",
|
|
"LICENSE.esprima",
|
|
"README.md"
|
|
],
|
|
"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": "Yusuke Suzuki",
|
|
"email": "utatane.tea@gmail.com",
|
|
"url": "http://github.com/Constellation"
|
|
}
|
|
],
|
|
"name": "doctrine",
|
|
"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"
|
|
}
|