@pnpm/read-modules-dir
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@pnpm/read-modules-dir", | ||
"version": "2.0.1", | ||
"author": { | ||
"name": "Zoltan Kochan", | ||
"email": "z@kochan.io", | ||
"url": "https://www.kochan.io/" | ||
}, | ||
"description": "Finds all direct packages in node_modules", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"keywords": [], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.15" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir#readme", | ||
"scripts": { | ||
"start": "npm run tsc -- --watch", | ||
"test": "npm run tsc && npm run lint", | ||
"lint": "tslint -c tslint.json --project .", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "npm run tsc" | ||
}, | ||
"dependencies": { | ||
"mz": "2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/tslint-config": "0.0.0", | ||
"@types/mz": "0.0.32", | ||
"@types/node": "*", | ||
"rimraf": "2.6.3", | ||
"tslint": "5.16.0", | ||
"typescript": "3.4.5" | ||
} | ||
"name": "@pnpm/read-modules-dir", | ||
"version": "2.0.2", | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"description": "Finds all direct packages in node_modules", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"keywords": [], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=10.13" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir#readme", | ||
"scripts": { | ||
"start": "pnpm run tsc -- --watch", | ||
"test": "pnpm run compile", | ||
"lint": "tslint -c ../../tslint.json --project .", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
"dependencies": { | ||
"mz": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mz": "^2.7.1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1
0
3416
Updatedmz@^2.7.0