| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "are-we-there-yet@^3.0.0",
- "_id": "are-we-there-yet@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
- "_location": "/are-we-there-yet",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "are-we-there-yet@^3.0.0",
- "name": "are-we-there-yet",
- "escapedName": "are-we-there-yet",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/node-gyp/npmlog"
- ],
- "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
- "_shasum": "679df222b278c64f2cdba1175cdc00b0d96164bd",
- "_spec": "are-we-there-yet@^3.0.0",
- "_where": "G:\\项目\\mobile\\node_modules\\node-gyp\\node_modules\\npmlog",
- "author": {
- "name": "GitHub Inc."
- },
- "bugs": {
- "url": "https://github.com/npm/are-we-there-yet/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "delegates": "^1.0.0",
- "readable-stream": "^3.6.0"
- },
- "deprecated": false,
- "description": "Keep track of the overall completion of many disparate processes",
- "devDependencies": {
- "@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.5.0",
- "tap": "^16.0.1"
- },
- "engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
- },
- "files": [
- "bin/",
- "lib/"
- ],
- "homepage": "https://github.com/npm/are-we-there-yet",
- "license": "ISC",
- "main": "lib/index.js",
- "name": "are-we-there-yet",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/are-we-there-yet.git"
- },
- "scripts": {
- "lint": "eslint \"**/*.js\"",
- "lintfix": "npm run lint -- --fix",
- "npmclilint": "npmcli-lint",
- "postlint": "template-oss-check",
- "postsnap": "npm run lintfix --",
- "posttest": "npm run lint",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "snap": "tap",
- "template-oss-apply": "template-oss-apply --force",
- "test": "tap"
- },
- "tap": {
- "branches": 68,
- "statements": 92,
- "functions": 86,
- "lines": 92
- },
- "templateOSS": {
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.5.0"
- },
- "version": "3.0.1"
- }
|