1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "read-package-tree",
- "version": "5.3.1",
- "description": "Read the contents of node_modules.",
- "main": "rpt.js",
- "directories": {
- "test": "test"
- },
- "dependencies": {
- "read-package-json": "^2.0.0",
- "readdir-scoped-modules": "^1.0.0",
- "util-promisify": "^2.1.0"
- },
- "devDependencies": {
- "archy": "^1.0.0",
- "mkdirp": "^0.5.1",
- "tacks": "^1.2.1",
- "tap": "^12.7.0"
- },
- "scripts": {
- "test": "tap test/*.js --100",
- "snap": "TAP_SNAPSHOT=1 tap test/*.js --100",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --follow-tags"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/npm/read-package-tree"
- },
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/npm/read-package-tree/issues"
- },
- "homepage": "https://github.com/npm/read-package-tree",
- "files": [
- "rpt.js",
- "realpath.js"
- ],
- "tap": {
- "100": true
- }
- }
|