12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "doctrine@2.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "doctrine@2.1.0",
- "_id": "doctrine@2.1.0",
- "_inBundle": false,
- "_integrity": "sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=",
- "_location": "/doctrine",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "doctrine@2.1.0",
- "name": "doctrine",
- "escapedName": "doctrine",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/@vue/cli-plugin-eslint/eslint"
- ],
- "_resolved": "https://registry.npm.taobao.org/doctrine/download/doctrine-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/eslint/doctrine/issues"
- },
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "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.1.0"
- }
|