| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "doctrine-temporary-fork@2.1.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "doctrine-temporary-fork@2.1.0",
- "_id": "doctrine-temporary-fork@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-nliqOv5NkE4zMON4UA6AMJE6As35afs8aYXATpU4pTUdIKiARZwrJVEP1boA3Rx1ZXHVkwxkhcq4VkqvsuRLsA==",
- "_location": "/doctrine-temporary-fork",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "doctrine-temporary-fork@2.1.0",
- "name": "doctrine-temporary-fork",
- "escapedName": "doctrine-temporary-fork",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/documentation"
- ],
- "_resolved": "https://registry.npmjs.org/doctrine-temporary-fork/-/doctrine-temporary-fork-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "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",
- "standard-version": "^4.3.0"
- },
- "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-temporary-fork",
- "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": "standard-version",
- "test": "nyc mocha"
- },
- "version": "2.1.0"
- }
|