1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "which-pm-runs@1.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "which-pm-runs@1.1.0",
- "_id": "which-pm-runs@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
- "_location": "/which-pm-runs",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "which-pm-runs@1.1.0",
- "name": "which-pm-runs",
- "escapedName": "which-pm-runs",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/husky"
- ],
- "_resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Zoltan Kochan"
- },
- "bugs": {
- "url": "https://github.com/zkochan/packages/labels/package%3A%20which-pm-runs"
- },
- "dependenciesMeta": {
- "which-pm-runs": {
- "injected": true
- }
- },
- "description": "Detects what package manager executes the process",
- "devDependencies": {
- "cnpm": "^7.1.1",
- "execa": "^5.1.1",
- "npm": "^8.2.0",
- "pnpm": "^6.23.6",
- "tape": "^5.3.2",
- "which-pm-runs": "file:",
- "yarn": "^1.22.17"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/zkochan/packages/tree/main/which-pm-runs#readme",
- "keywords": [
- "npm",
- "pnpm",
- "yarn",
- "cnpm"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "which-pm-runs",
- "repository": {
- "type": "git",
- "url": "https://github.com/zkochan/packages/tree/main/which-pm-runs"
- },
- "scripts": {
- "test": "tape test"
- },
- "version": "1.1.0"
- }
|