mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-11 02:29:48 -04:00
## Summary Rename all internal packages so their npm names follow the `@pnpm/<domain>.<leaf>` convention, matching their directory structure. Also rename directories to remove redundancy and improve clarity. ### Bulk rename (94 packages) All `@pnpm/` packages now derive their name from their directory path using dot-separated segments. Exceptions: `packages/`, `__utils__/`, and `pnpm/artifacts/` keep leaf names only. ### Directory renames (removing redundant prefixes) - `cli/cli-meta` → `cli/meta`, `cli/cli-utils` → `cli/utils` - `config/config` → `config/reader`, `config/config-writer` → `config/writer` - `fetching/fetching-types` → `fetching/types` - `lockfile/lockfile-to-pnp` → `lockfile/to-pnp` - `store/store-connection-manager` → `store/connection-manager` - `store/store-controller-types` → `store/controller-types` - `store/store-path` → `store/path` ### Targeted renames (clarity improvements) - `deps/dependency-path` → `deps/path` (`@pnpm/deps.path`) - `deps/calc-dep-state` → `deps/graph-hasher` (`@pnpm/deps.graph-hasher`) - `deps/inspection/dependencies-hierarchy` → `deps/inspection/tree-builder` (`@pnpm/deps.inspection.tree-builder`) - `bins/link-bins` → `bins/linker`, `bins/remove-bins` → `bins/remover`, `bins/package-bins` → `bins/resolver` - `installing/get-context` → `installing/context` - `store/package-store` → `store/controller` - `pkg-manifest/manifest-utils` → `pkg-manifest/utils` ### Manifest reader/writer renames - `workspace/read-project-manifest` → `workspace/project-manifest-reader` (`@pnpm/workspace.project-manifest-reader`) - `workspace/write-project-manifest` → `workspace/project-manifest-writer` (`@pnpm/workspace.project-manifest-writer`) - `workspace/read-manifest` → `workspace/workspace-manifest-reader` (`@pnpm/workspace.workspace-manifest-reader`) - `workspace/manifest-writer` → `workspace/workspace-manifest-writer` (`@pnpm/workspace.workspace-manifest-writer`) ### Workspace package renames - `workspace/find-packages` → `workspace/projects-reader` - `workspace/find-workspace-dir` → `workspace/root-finder` - `workspace/resolve-workspace-range` → `workspace/range-resolver` - `workspace/filter-packages-from-dir` merged into `workspace/filter-workspace-packages` → `workspace/projects-filter` ### Domain moves - `pkg-manifest/read-project-manifest` → `workspace/project-manifest-reader` - `pkg-manifest/write-project-manifest` → `workspace/project-manifest-writer` - `pkg-manifest/exportable-manifest` → `releasing/exportable-manifest` ### Scope - 1206 files changed - Updated: package.json names/deps, TypeScript imports, tsconfig references, changeset files, renovate.json, test fixtures, import ordering
16614 lines
620 KiB
JSON
16614 lines
620 KiB
JSON
{
|
|
"versions": {
|
|
"0.0.1": {
|
|
"name": "pnpm",
|
|
"version": "0.0.1",
|
|
"_hasShrinkwrap": false,
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "fa81930ff290728c1f17b81b4afb8162ec3dc54a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.0.1.tgz"
|
|
}
|
|
},
|
|
"0.16.0": {
|
|
"name": "pnpm",
|
|
"version": "0.16.0",
|
|
"dependencies": {
|
|
"bluebird": "3.2.1",
|
|
"byline": "4.2.1",
|
|
"chalk": "1.1.1",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.3.0",
|
|
"node-gyp": "3.2.1",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"object-assign": "4.0.1",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-url": "3.0.3",
|
|
"rimraf": "2.5.1",
|
|
"semver": "5.1.0",
|
|
"supports-color": "^3.1.2",
|
|
"tar-fs": "1.9.0",
|
|
"thenify": "3.1.1",
|
|
"throat": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.4.5",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.3.13",
|
|
"babel-plugin-transform-es2015-literals": "6.3.13",
|
|
"docpress": "0.6.10",
|
|
"eslint": "1.10.3",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.1",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.6.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.4.0",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "88e075a51deeac9b9c00329fa8ac29d8c76ef751",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.16.0.tgz"
|
|
}
|
|
},
|
|
"0.17.0": {
|
|
"name": "pnpm",
|
|
"version": "0.17.0",
|
|
"dependencies": {
|
|
"bluebird": "3.2.1",
|
|
"byline": "4.2.1",
|
|
"chalk": "1.1.1",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.3.1",
|
|
"node-gyp": "3.2.1",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"object-assign": "4.0.1",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-url": "3.0.3",
|
|
"rimraf": "2.5.1",
|
|
"semver": "5.1.0",
|
|
"supports-color": "^3.1.2",
|
|
"tar-fs": "1.9.0",
|
|
"thenify": "3.1.1",
|
|
"throat": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.4.5",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.3.13",
|
|
"babel-plugin-transform-es2015-literals": "6.3.13",
|
|
"docpress": "0.6.10",
|
|
"eslint": "1.10.3",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.1",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.6.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.4.0",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "154c3893750d559e9cf7a235ca47eb90e3f3ef0f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.17.0.tgz"
|
|
}
|
|
},
|
|
"0.18.0": {
|
|
"name": "pnpm",
|
|
"version": "0.18.0",
|
|
"dependencies": {
|
|
"bluebird": "3.2.1",
|
|
"byline": "4.2.1",
|
|
"chalk": "1.1.1",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.3.1",
|
|
"node-gyp": "3.2.1",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"object-assign": "4.0.1",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-url": "3.0.3",
|
|
"rimraf": "2.5.1",
|
|
"semver": "5.1.0",
|
|
"sorted-object": "^1.0.0",
|
|
"supports-color": "^3.1.2",
|
|
"tar-fs": "1.10.0",
|
|
"thenify": "3.1.1",
|
|
"throat": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.4.5",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.5.0",
|
|
"babel-plugin-transform-es2015-literals": "6.3.13",
|
|
"docpress": "0.6.11",
|
|
"eslint": "1.10.3",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.7.1",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.4.0",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "507b3dead46e4d247749a612dad5357359562580",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.18.0.tgz"
|
|
}
|
|
},
|
|
"0.19.0": {
|
|
"name": "pnpm",
|
|
"version": "0.19.0",
|
|
"dependencies": {
|
|
"bluebird": "3.3.4",
|
|
"byline": "4.2.1",
|
|
"caw": "^1.2.0",
|
|
"chalk": "1.1.1",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.3.1",
|
|
"node-gyp": "3.3.0",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"object-assign": "4.0.1",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-url": "3.0.3",
|
|
"rimraf": "2.5.2",
|
|
"semver": "5.1.0",
|
|
"sorted-object": "^1.0.0",
|
|
"supports-color": "^3.1.2",
|
|
"tar-fs": "1.11.0",
|
|
"thenify": "3.1.1",
|
|
"throat": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.4.5",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.5.0",
|
|
"babel-plugin-transform-es2015-literals": "6.3.13",
|
|
"docpress": "0.6.11",
|
|
"eslint": "1.10.3",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.8.2",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.4.0",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ae05ec99e6d70cb151bb36284d1cc003718062d4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.19.0.tgz"
|
|
}
|
|
},
|
|
"0.20.0": {
|
|
"name": "pnpm",
|
|
"version": "0.20.0",
|
|
"dependencies": {
|
|
"bluebird": "3.3.4",
|
|
"byline": "4.2.1",
|
|
"caw": "^1.2.0",
|
|
"chalk": "1.1.1",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.3.0",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"object-assign": "4.0.1",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-url": "3.0.3",
|
|
"rimraf": "2.5.2",
|
|
"semver": "5.1.0",
|
|
"sorted-object": "^1.0.0",
|
|
"supports-color": "^3.1.2",
|
|
"tar-fs": "1.12.0",
|
|
"thenify": "3.1.1",
|
|
"throat": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.4.5",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.5.0",
|
|
"babel-plugin-transform-es2015-literals": "6.3.13",
|
|
"docpress": "0.6.11",
|
|
"eslint": "1.10.3",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.8.5",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.4.0",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a37cf8de565155daf335563a29765616f59096e0",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.20.0.tgz"
|
|
}
|
|
},
|
|
"0.21.0": {
|
|
"name": "pnpm",
|
|
"version": "0.21.0",
|
|
"dependencies": {
|
|
"bluebird": "3.3.4",
|
|
"byline": "4.2.1",
|
|
"caw": "^1.2.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.3.0",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"object-assign": "4.0.1",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-url": "3.0.3",
|
|
"rimraf": "2.5.2",
|
|
"semver": "5.1.0",
|
|
"sorted-object": "^1.0.0",
|
|
"supports-color": "^3.1.2",
|
|
"tar-fs": "1.12.0",
|
|
"thenify": "3.1.1",
|
|
"throat": "2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.4.5",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.5.0",
|
|
"babel-plugin-transform-es2015-literals": "6.3.13",
|
|
"docpress": "0.6.11",
|
|
"eslint": "1.10.3",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.8.5",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.4.0",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f625c689d19891b12bbf6e200e9ec4da762273fc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.21.0.tgz"
|
|
}
|
|
},
|
|
"0.22.1": {
|
|
"name": "pnpm",
|
|
"version": "0.22.1",
|
|
"dependencies": {
|
|
"bluebird": "3.4.1",
|
|
"byline": "4.2.1",
|
|
"caw": "1.2.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.3.1",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.2.0",
|
|
"object-assign": "4.1.0",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "2.0.0",
|
|
"registry-url": "3.1.0",
|
|
"rimraf": "2.5.2",
|
|
"semver": "5.1.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.0",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.10.1",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
|
|
"babel-plugin-transform-es2015-literals": "6.8.0",
|
|
"docpress": "0.6.11",
|
|
"eslint": "2.13.0",
|
|
"eslint-config-standard": "5.3.1",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.9.6",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.5.1",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "48583624667da87f27bc7905ff9d599361fd7b34",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.22.1.tgz"
|
|
}
|
|
},
|
|
"0.23.0": {
|
|
"name": "pnpm",
|
|
"version": "0.23.0",
|
|
"dependencies": {
|
|
"bluebird": "3.4.1",
|
|
"byline": "4.2.1",
|
|
"caw": "1.2.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.3.1",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.2.0",
|
|
"object-assign": "4.1.0",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "2.1.1",
|
|
"registry-url": "3.1.0",
|
|
"rimraf": "2.5.2",
|
|
"semver": "5.1.1",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.0",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.10.1",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
|
|
"babel-plugin-transform-es2015-literals": "6.8.0",
|
|
"docpress": "0.6.11",
|
|
"eslint": "2.13.0",
|
|
"eslint-config-standard": "5.3.1",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.10.2",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.5.1",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "92eb5127c20756d0d2f3294ba2b69caa52db3a2e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.23.0.tgz"
|
|
}
|
|
},
|
|
"0.24.0": {
|
|
"name": "pnpm",
|
|
"version": "0.24.0",
|
|
"dependencies": {
|
|
"bluebird": "3.4.1",
|
|
"byline": "4.2.1",
|
|
"caw": "1.2.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "5.4.1",
|
|
"gunzip-maybe": "1.3.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.3.1",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.2.0",
|
|
"object-assign": "4.1.0",
|
|
"observatory": "1.0.0",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "2.1.1",
|
|
"registry-url": "3.1.0",
|
|
"rimraf": "2.5.2",
|
|
"semver": "5.1.1",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.0",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.10.1",
|
|
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
|
|
"babel-plugin-transform-es2015-literals": "6.8.0",
|
|
"docpress": "0.6.11",
|
|
"eslint": "2.13.0",
|
|
"eslint-config-standard": "5.3.1",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.10.2",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.5.1",
|
|
"tape-eslint": "1.2.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm",
|
|
"pnpm-install": "bin/pnpm-install"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a87a853caec39f7a858e8b094c65010631e29fb6",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.24.0.tgz"
|
|
}
|
|
},
|
|
"0.25.0": {
|
|
"name": "pnpm",
|
|
"version": "0.25.0",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"node-uuid": "1.4.7",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.0",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.2.2",
|
|
"eslint-config-standard": "5.3.5",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.4",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.10.5",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1f6265c24bf4fe52746f4e9c666bd709474a28f7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.25.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.26.0": {
|
|
"name": "pnpm",
|
|
"version": "0.26.0",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"node-uuid": "1.4.7",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.0",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.2.2",
|
|
"eslint-config-standard": "5.3.5",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.4",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.10.5",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "9025fca46000e469dcdf1c1b1d9d25567dbe0640",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.26.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.26.1": {
|
|
"name": "pnpm",
|
|
"version": "0.26.1",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"node-uuid": "1.4.7",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.1",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.3.1",
|
|
"eslint-config-standard": "5.3.5",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.4",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm": "3.10.6",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e1cfa859e9b9834517012a2a1f650f4280401a59",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.26.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.26.2": {
|
|
"name": "pnpm",
|
|
"version": "0.26.2",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"node-uuid": "1.4.7",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.3.1",
|
|
"eslint-config-standard": "5.3.5",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "479ce342e9b7cf35c53633b9615b5dbd8b0523e2",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.26.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.27.0": {
|
|
"name": "pnpm",
|
|
"version": "0.27.0",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"node-uuid": "1.4.7",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2aea3525d447da69cc09c4c71fd00ab5bcaf3282",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.27.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.28.0": {
|
|
"name": "pnpm",
|
|
"version": "0.28.0",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"node-uuid": "1.4.7",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "07256ba6c94bb4926151ca1204386160b39b57f0",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.28.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.29.0": {
|
|
"name": "pnpm",
|
|
"version": "0.29.0",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"sanitize-filename": "1.6.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "27bd656656d6658672c02aa2d856111030932eb6",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.29.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.29.1": {
|
|
"name": "pnpm",
|
|
"version": "0.29.1",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"sanitize-filename": "1.6.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e2b701bbbdcfe7b636a1c623689889fa6342447c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.29.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.30.0": {
|
|
"name": "pnpm",
|
|
"version": "0.30.0",
|
|
"dependencies": {
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"sanitize-filename": "1.6.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "61d659e4c03cb6767d414b0d765b765c6f14adb8",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.30.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.31.0": {
|
|
"name": "pnpm",
|
|
"version": "0.31.0",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"sanitize-filename": "1.6.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ed32c72bcd8fd1e702ac99234a0b9d6e951bd472",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.31.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.31.1": {
|
|
"name": "pnpm",
|
|
"version": "0.31.1",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"sanitize-filename": "1.6.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5fdb7c74baec50cd0b0d7e9344d578acf87c147c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.31.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.31.2": {
|
|
"name": "pnpm",
|
|
"version": "0.31.2",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"sanitize-filename": "1.6.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"eslint": "3.4.0",
|
|
"eslint-config-standard": "6.0.0",
|
|
"eslint-plugin-promise": "2.0.1",
|
|
"eslint-plugin-standard": "2.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "42d8e22b1d961df4b69ef852f9d6668d01473683",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.31.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.32.1": {
|
|
"name": "pnpm",
|
|
"version": "0.32.1",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.0.0",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.2",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "da87b5f513f7c401786a119466f6d609ecf45def",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.32.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.33.0": {
|
|
"name": "pnpm",
|
|
"version": "0.33.0",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.0.0",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.2",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5c9e06701220ad31e707d39a139c7c0db5c74cde",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.33.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.34.0": {
|
|
"name": "pnpm",
|
|
"version": "0.34.0",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "3.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"delocalize-dependencies": "0.1.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.0",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.0.0",
|
|
"tap-spec": "4.1.1",
|
|
"tape": "4.6.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.2",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ba4ad51f115f70bc681800106b51fbab642c1282",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.34.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.35.0": {
|
|
"name": "pnpm",
|
|
"version": "0.35.0",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "4.0.0",
|
|
"caw": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"delocalize-dependencies": "0.1.0",
|
|
"got": "6.3.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.1",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"throat": "3.0.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.1.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.2",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "97ebb6b6c41379c26215c9afecd3234ce65e58f5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.35.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.36.0": {
|
|
"name": "pnpm",
|
|
"version": "0.36.0",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "4.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"delocalize-dependencies": "0.1.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"npm-registry-client": "7.2.1",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"pause-stream": "0.0.11",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.1",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.1.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "3795acd96647818fa4e38213cbadcd3252788338",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.36.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.37.0": {
|
|
"name": "pnpm",
|
|
"version": "0.37.0",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"arr-flatten": "1.0.1",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "4.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"debug": "2.2.0",
|
|
"delocalize-dependencies": "0.1.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"npm-registry-client": "7.2.1",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.1",
|
|
"pause-stream": "0.0.11",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf": "2.5.4",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.1",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.1.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.0",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1c4638732b7718031a17f3db2850e94d32a2482c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.37.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.38.0": {
|
|
"name": "pnpm",
|
|
"version": "0.38.0",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"arr-flatten": "1.0.1",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "4.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.2",
|
|
"debug": "2.2.0",
|
|
"delocalize-dependencies": "0.1.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"lodash.clonedeep": "4.5.0",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"npm-registry-client": "7.2.1",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.2",
|
|
"pause-stream": "0.0.11",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf-then": "1.0.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.1",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.1",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "04721a2df8fd5a9af39c1ea3c43e1d356c9455ed",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.38.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.38.1": {
|
|
"name": "pnpm",
|
|
"version": "0.38.1",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"arr-flatten": "1.0.1",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "4.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.2",
|
|
"debug": "2.2.0",
|
|
"delocalize-dependencies": "0.1.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"lodash.clonedeep": "4.5.0",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"npm-registry-client": "7.2.1",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.2",
|
|
"pause-stream": "0.0.11",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf-then": "1.0.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.1",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.1",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "601d5617d4625025d140f84654c3b281caefeb62",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.38.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.38.2": {
|
|
"name": "pnpm",
|
|
"version": "0.38.2",
|
|
"dependencies": {
|
|
"@zkochan/logger": "0.1.0",
|
|
"arr-flatten": "1.0.1",
|
|
"byline": "5.0.0",
|
|
"camelcase-keys": "4.0.0",
|
|
"chalk": "1.1.3",
|
|
"common-tags": "1.3.1",
|
|
"commondir": "1.0.1",
|
|
"cross-spawn": "^4.0.2",
|
|
"debug": "2.2.0",
|
|
"delocalize-dependencies": "0.1.0",
|
|
"gunzip-maybe": "1.3.1",
|
|
"is-ci": "1.0.9",
|
|
"is-retry-allowed": "1.1.0",
|
|
"json2yaml": "1.1.0",
|
|
"lockfile": "1.0.1",
|
|
"lodash.clonedeep": "4.5.0",
|
|
"loud-rejection": "1.6.0",
|
|
"meow": "3.7.0",
|
|
"mkdirp": "0.5.1",
|
|
"mz": "2.4.0",
|
|
"node-gyp": "3.4.0",
|
|
"normalize-path": "2.0.1",
|
|
"npm-package-arg": "4.2.0",
|
|
"npm-registry-client": "7.2.1",
|
|
"observatory": "1.0.0",
|
|
"os-homedir": "1.0.2",
|
|
"pause-stream": "0.0.11",
|
|
"promisequence": "1.1.6",
|
|
"rc": "1.1.6",
|
|
"read-pkg-up": "1.0.1",
|
|
"registry-auth-token": "3.0.1",
|
|
"registry-url": "3.1.0",
|
|
"retry": "0.10.0",
|
|
"rimraf-then": "1.0.0",
|
|
"semver": "5.3.0",
|
|
"sorted-object": "2.0.1",
|
|
"supports-color": "3.1.2",
|
|
"tar-fs": "1.13.2",
|
|
"thenify": "3.2.0",
|
|
"update-notifier": "1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.1",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2ad56fed04db8b5cca82a0b9a3c390bdd14b4b32",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.38.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.39.0": {
|
|
"name": "pnpm",
|
|
"version": "0.39.0",
|
|
"devDependencies": {
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.1",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "750fa678d972699f7303c521ec20ec3f984c2ee3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.39.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.39.1": {
|
|
"name": "pnpm",
|
|
"version": "0.39.1",
|
|
"devDependencies": {
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.1",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "cbf54f045a7739c8c12bb8c619812afb142e33c2",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.39.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.40.0": {
|
|
"name": "pnpm",
|
|
"version": "0.40.0",
|
|
"devDependencies": {
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.6.13",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.1",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.3.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "6df41fb2c25c79e42291f8f4c8ab5e86c4ac819a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.40.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.41.0": {
|
|
"name": "pnpm",
|
|
"version": "0.41.0",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "846e5f4f5055105dfc65f22d70e018cc65e704b5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.41.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.42.0": {
|
|
"name": "pnpm",
|
|
"version": "0.42.0",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b610f3f0481ea62d97ba866f8bf62a3a92864470",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.42.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.41.1": {
|
|
"name": "pnpm",
|
|
"version": "0.41.1",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1486d26c4f2bd566e5dd800cc7b7a4380a88ee61",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.41.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.42.1": {
|
|
"name": "pnpm",
|
|
"version": "0.42.1",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1fbf73ff04ae5d0ab10d54d9caf5ce66968db06a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.42.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.42.2": {
|
|
"name": "pnpm",
|
|
"version": "0.42.2",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c0cf9236883d217c9ea6ab5faf1b91579050b77f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.42.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.41.2": {
|
|
"name": "pnpm",
|
|
"version": "0.41.2",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "517461d2534343ce7af08c6b7c03ac3e1e1d0018",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.41.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.42.3": {
|
|
"name": "pnpm",
|
|
"version": "0.42.3",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ff08c0c950e9cc11adcd3c672212ee079f823ce8",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.42.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.42.4": {
|
|
"name": "pnpm",
|
|
"version": "0.42.4",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.3.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.4.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.3",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e2c703b91abc0ebebaeec49f784569f8039ec69b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.42.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.42.6": {
|
|
"name": "pnpm",
|
|
"version": "0.42.6",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "1.1.0",
|
|
"ts-node": "1.6.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.6",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "d262d153330d18f919ed0e83008fb221cfb3d8fa",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.42.6.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.43.0": {
|
|
"name": "pnpm",
|
|
"version": "0.43.0",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "2.0.0",
|
|
"ts-node": "1.6.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.6",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "fb651b627955fa3affb9a64abdfda9c3134ed0a8",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.43.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.43.1": {
|
|
"name": "pnpm",
|
|
"version": "0.43.1",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "2.0.0",
|
|
"ts-node": "1.6.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.6",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "75386c1f277ac1e8583e5b2faa487344d44fc4cc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.43.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.43.2": {
|
|
"name": "pnpm",
|
|
"version": "0.43.2",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "2.0.0",
|
|
"ts-node": "1.6.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.6",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "8c86d966647818e2d434776d48c630ffd9869372",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.43.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.44.0": {
|
|
"name": "pnpm",
|
|
"version": "0.44.0",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.0",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "2.0.0",
|
|
"ts-node": "1.6.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.6",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "715af5fa3d72fedee3848d3c6096b512f6119bf7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.44.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.44.1": {
|
|
"name": "pnpm",
|
|
"version": "0.44.1",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "2.0.0",
|
|
"ts-node": "1.6.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.7",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "30be5e6f5b569b794c26becc7017bf6762af1611",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.44.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.45.0": {
|
|
"name": "pnpm",
|
|
"version": "0.45.0",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "2.0.0",
|
|
"ts-node": "1.6.1",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.7",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "d081375680426895e60b13fd9d7fcfaecd2ac2b3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.45.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.45.1": {
|
|
"name": "pnpm",
|
|
"version": "0.45.1",
|
|
"devDependencies": {
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"cash-rm": "0.2.0",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^1.3.2",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "3.1.0",
|
|
"sepia": "2.0.1",
|
|
"standard": "8.4.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.2",
|
|
"tape-promise": "2.0.0",
|
|
"ts-node": "1.7.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "2.0.8",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "9714fbef761717d648b1ced5a75e06991f6255e9",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.45.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.46.0": {
|
|
"name": "pnpm",
|
|
"version": "0.46.0",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "956a8b8e08b2f659929638322639620a96481778",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.46.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.47.0": {
|
|
"name": "pnpm",
|
|
"version": "0.47.0",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e163cee133abeb8ee191e078e16942f94a778cbf",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.47.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.47.1": {
|
|
"name": "pnpm",
|
|
"version": "0.47.1",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "96a86097a5427d7fd1a1749877a54673949e2b9e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.47.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.48.0": {
|
|
"name": "pnpm",
|
|
"version": "0.48.0",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4de199d320dd18843e44e358d04f43375a044c67",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.48.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.48.1": {
|
|
"name": "pnpm",
|
|
"version": "0.48.1",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"@zkochan/sinopia": "1.0.0",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "46cd84efd945b6d17a619ddf572fafc0cbb8c0f7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.48.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.49.0": {
|
|
"name": "pnpm",
|
|
"version": "0.49.0",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "cc3e678e76c4e2718fce73eec1c2ca68679ce518",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.49.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.49.1": {
|
|
"name": "pnpm",
|
|
"version": "0.49.1",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "cd0391b9bddbf6d7ccfdf6c76b2db2f555a39925",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.49.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.49.2": {
|
|
"name": "pnpm",
|
|
"version": "0.49.2",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tap-diff": "0.1.1",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "61226f0f1768e2a9325277c32d91b31eb2e74666",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.49.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.50.0": {
|
|
"name": "pnpm",
|
|
"version": "0.50.0",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "725caa91cb7265890e7447d39c964a7de65a7283",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.50.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.51.0": {
|
|
"name": "pnpm",
|
|
"version": "0.51.0",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.1",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.5",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "68cbe8f32de2c9b354f6480fe584ee18d4b46854",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.51.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.51.1": {
|
|
"name": "pnpm",
|
|
"version": "0.51.1",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.1",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.5",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f53a951aab6f9c218d75b07cf930cdf527d20618",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.51.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.51.2": {
|
|
"name": "pnpm",
|
|
"version": "0.51.2",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.1",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.5",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f4291405e2d548db6ec6b01ea866d4c915d66f07",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.51.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.51.3": {
|
|
"name": "pnpm",
|
|
"version": "0.51.3",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "^0.7.1",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "^1.3.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"standard": "^8.6.0",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "df6a229e88b1d8cd7b0dee9cd20bb38d94e5d0da",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.51.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.50.1": {
|
|
"name": "pnpm",
|
|
"version": "0.50.1",
|
|
"devDependencies": {
|
|
"@types/tape": "4.2.28",
|
|
"anonymous-npm-registry-client": "0.1.2",
|
|
"caw": "2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "0.7.1",
|
|
"exists-link": "1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "1.3.0",
|
|
"in-publish": "2.0.0",
|
|
"isexe": "1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"nixt": "0.5.0",
|
|
"npm-run-all": "4.0.0",
|
|
"npm-scripts-info": "0.3.6",
|
|
"rimraf": "2.5.4",
|
|
"sepia": "2.0.2",
|
|
"standard": "8.6.0",
|
|
"tape": "4.6.3",
|
|
"tape-promise": "2.0.1",
|
|
"ts-node": "2.0.0",
|
|
"tslint": "4.3.1",
|
|
"typescript": "2.1.4",
|
|
"validate-commit-msg": "^2.7.0",
|
|
"verdaccio": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "d360b6d07cd93656d7730489d189531d2885fb28",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.50.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.52.0": {
|
|
"name": "pnpm",
|
|
"version": "0.52.0",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "^0.7.1",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "^1.3.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"standard": "^8.6.0",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e472f72ada1a91aacab25ac5e09d479712a6b27c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.52.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.52.1": {
|
|
"name": "pnpm",
|
|
"version": "0.52.1",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"docpress": "^0.7.1",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"git-update-ghpages": "^1.3.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"standard": "^8.6.0",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4464b789650b29e8d9cf471a6acb9ff1777e5490",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.52.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.53.0": {
|
|
"name": "pnpm",
|
|
"version": "0.53.0",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "0ac8a38875f1e64edee5df7d91191e7ac75f7527",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.53.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.54.0": {
|
|
"name": "pnpm",
|
|
"version": "0.54.0",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "05f19c12824194c30b6cc55cab582cf9a31be4ca",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.54.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.54.1": {
|
|
"name": "pnpm",
|
|
"version": "0.54.1",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "906ffcf766c88da40e6bee3d353b25a0fd6a4d73",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.54.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.55.0": {
|
|
"name": "pnpm",
|
|
"version": "0.55.0",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7fbdad4f5dc17c77f4fd0d825a32f557588e984e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.55.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.55.1": {
|
|
"name": "pnpm",
|
|
"version": "0.55.1",
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ce671c6d835b6d4dc207a8cd7fffafaafda69c75",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.55.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.55.2": {
|
|
"name": "pnpm",
|
|
"version": "0.55.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "64c75765e16d00684ca348bea2e3707a5507aefe",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.55.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.55.3": {
|
|
"name": "pnpm",
|
|
"version": "0.55.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "0b8a1db67b55d9b38923c571fb0e0d16f88b6661",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.55.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.56.0": {
|
|
"name": "pnpm",
|
|
"version": "0.56.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.1.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "dd4ccb3a423c038b45a6fab4f042a904562d1f9e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.56.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.57.0": {
|
|
"name": "pnpm",
|
|
"version": "0.57.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "95418804b64458a2e59dc76e8232370043421c55",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.57.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.57.1": {
|
|
"name": "pnpm",
|
|
"version": "0.57.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b303017a53f67a424c5c3dc8714825823e6904ac",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.57.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.57.2": {
|
|
"name": "pnpm",
|
|
"version": "0.57.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "762960376f36311ed46ec3138b151b00443d797f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.57.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.58.0": {
|
|
"name": "pnpm",
|
|
"version": "0.58.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "8a977da33d09144d848b842ab56a548826905366",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.58.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.59.0": {
|
|
"name": "pnpm",
|
|
"version": "0.59.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^1.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "68c8be4d4afe27e2da6b05e876a4dbe7c24690db",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.59.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.60.0": {
|
|
"name": "pnpm",
|
|
"version": "0.60.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "6c10d120e229d9c45017a43252ede18fb12991b1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.60.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.60.1": {
|
|
"name": "pnpm",
|
|
"version": "0.60.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "8834be5f88a7d650c738c6efaf30113575ae6843",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.60.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.60.2": {
|
|
"name": "pnpm",
|
|
"version": "0.60.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c024458e994b95184054ed87919014cd532edf5b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.60.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.60.3": {
|
|
"name": "pnpm",
|
|
"version": "0.60.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e8c8b7c0c42bf2b5c7c6b8291998889510030d5f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.60.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.61.0": {
|
|
"name": "pnpm",
|
|
"version": "0.61.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"ghooks": "^2.0.0",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "8d7eb76c7c74a5bfa014e7764327dc64932ab2a9",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.61.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.62.0": {
|
|
"name": "pnpm",
|
|
"version": "0.62.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2e7b01449f8663d84dff44ff545225ed02c7d8b8",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.62.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.62.1": {
|
|
"name": "pnpm",
|
|
"version": "0.62.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ad5374b0e4b66e28b15e99cdde29fa9831a1fd3e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.62.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.62.2": {
|
|
"name": "pnpm",
|
|
"version": "0.62.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^1.1.2",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^2.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5132523a6124a95326199e031b266af7f1d02eea",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.62.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.63.0": {
|
|
"name": "pnpm",
|
|
"version": "0.63.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.2.3",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^4.3.1",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "34c6508b1ef8c32fb5df4a1a564e38a3f6cc9bec",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.63.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.0": {
|
|
"name": "pnpm",
|
|
"version": "0.64.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1df1ed06a27ed66a6a0f64fe61400738df86e5f4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.1": {
|
|
"name": "pnpm",
|
|
"version": "0.64.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "cb15acbf22464f36f55edebcfefc7fb4eb1be6e5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.2": {
|
|
"name": "pnpm",
|
|
"version": "0.64.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c3ef37f8468135dd8c654fc6559fd2fab7e3c13a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.3": {
|
|
"name": "pnpm",
|
|
"version": "0.64.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "450618047e451f6cd34a0b08f079e7837f44ecf7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.4": {
|
|
"name": "pnpm",
|
|
"version": "0.64.4",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "eebcce36a8011aac77da4fe90ea261b39b1fcada",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.5": {
|
|
"name": "pnpm",
|
|
"version": "0.64.5",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1361f8d817604fedfb8da996186433ae6275c22b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.6": {
|
|
"name": "pnpm",
|
|
"version": "0.64.6",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c89ad4fdebe0052cca8cce201cb1868bb086eb27",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.6.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.7": {
|
|
"name": "pnpm",
|
|
"version": "0.64.7",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5f4151b83726fd2cbcae8bf8b73b9c92685686bc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.7.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.64.8": {
|
|
"name": "pnpm",
|
|
"version": "0.64.8",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7935dad077708ffa9fffda7493c808363290f3ad",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.64.8.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.0": {
|
|
"name": "pnpm",
|
|
"version": "0.65.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "32d7715149fab6ea115c9a2210b3b2e930bae3b1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.1": {
|
|
"name": "pnpm",
|
|
"version": "0.65.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "fb6698209a9f11c885b0cfa81fd884b13b308b3d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.2": {
|
|
"name": "pnpm",
|
|
"version": "0.65.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "671082e70a343e2ff66aa77ac8902d8680e04fac",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.3": {
|
|
"name": "pnpm",
|
|
"version": "0.65.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "02484768c413f43d97c74f43de93d19a0c4a228c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.4": {
|
|
"name": "pnpm",
|
|
"version": "0.65.4",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "22c5e69e6cf416efde1b82bc867ab20f4a5d35ab",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.5": {
|
|
"name": "pnpm",
|
|
"version": "0.65.5",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.5.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "380e48bfd1ff45650c6b5dbe0dbf6318580d14ac",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.6": {
|
|
"name": "pnpm",
|
|
"version": "0.65.6",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.6.1",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "0f1f9a9bbb2f72ff71ca893aa6afcfe96a2ed916",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.6.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.65.7": {
|
|
"name": "pnpm",
|
|
"version": "0.65.7",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "645b0c7fbd70731967f78d49df94c0c98c48480c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.65.7.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.66.0": {
|
|
"name": "pnpm",
|
|
"version": "0.66.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "61721652802238acbfeeec97976b4347602f135c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.66.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.66.1": {
|
|
"name": "pnpm",
|
|
"version": "0.66.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e824e34baea614726539cdd949ff6f2fa735cd1f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.66.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.66.2": {
|
|
"name": "pnpm",
|
|
"version": "0.66.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "76f542622dbeab5b350f2457cccfd52d604ca146",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.66.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.66.3": {
|
|
"name": "pnpm",
|
|
"version": "0.66.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "388ce8f5b532d6e72c582438a92a43f82b995b44",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.66.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.66.4": {
|
|
"name": "pnpm",
|
|
"version": "0.66.4",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "6feceec756e096c85b5af5dbdfceeb3ce6d3c5cd",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.66.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.67.0": {
|
|
"name": "pnpm",
|
|
"version": "0.67.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "56d086577fb9f666484b155af2219c124d181c84",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.67.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.67.1": {
|
|
"name": "pnpm",
|
|
"version": "0.67.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "27e7478f5274da406d426a1ffed37fd865b0e57f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.67.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.67.2": {
|
|
"name": "pnpm",
|
|
"version": "0.67.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7c9ce45be5dc972a0be109554557b22774b596f9",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.67.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.67.3": {
|
|
"name": "pnpm",
|
|
"version": "0.67.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "db9662de6979c0731d6afd3aa6088fbf37745ca3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.67.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.68.0": {
|
|
"name": "pnpm",
|
|
"version": "0.68.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.7.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a02ad8dea6d629e1e815e801fa635b461fdbbcc1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.68.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.0-beta.1": {
|
|
"name": "pnpm",
|
|
"version": "0.69.0-beta.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.9.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2d09349dc660762baadb0aaad502c75a631f0c9e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.0-beta.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.0-beta.2": {
|
|
"name": "pnpm",
|
|
"version": "0.69.0-beta.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"ncp": "^2.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.9.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "9b5bc07336897031fa3c1446957e3f1e70112228",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.0-beta.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.0-beta.3": {
|
|
"name": "pnpm",
|
|
"version": "0.69.0-beta.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.9.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b694874c001e86b254c9ed4950b2d8cb6d668e7b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.0-beta.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.0-beta.4": {
|
|
"name": "pnpm",
|
|
"version": "0.69.0-beta.4",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.10.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a1d9b834511684be4d6efc9ac659cb2ae0c611b3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.0-beta.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.0": {
|
|
"name": "pnpm",
|
|
"version": "0.69.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "702ddb91742b33034c193fe7500aafe14bd181e5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.1": {
|
|
"name": "pnpm",
|
|
"version": "0.69.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "39d379e52ebd33117adf15c1015a4184e50b5004",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.2": {
|
|
"name": "pnpm",
|
|
"version": "0.69.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "fa368ddc1a30a4155fc6cd0ca1ca774af245ed9a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.3": {
|
|
"name": "pnpm",
|
|
"version": "0.69.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2c0f03b0109169cee4ca2772ac9e56360110bc73",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.4": {
|
|
"name": "pnpm",
|
|
"version": "0.69.4",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b2d1ca9415e08c5d723ec7f18bd86c21f00d8649",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.70.0-beta.1": {
|
|
"name": "pnpm",
|
|
"version": "0.70.0-beta.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ac52c3322e8199b2b74f80c01f318f345da880f4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.70.0-beta.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.70.0-beta.2": {
|
|
"name": "pnpm",
|
|
"version": "0.70.0-beta.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "10923d45d5046c27e86730dd8378d6a555a3241b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.70.0-beta.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.5": {
|
|
"name": "pnpm",
|
|
"version": "0.69.5",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "086f30a0d7886004d1b4809633debd9243ef0cce",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.69.6": {
|
|
"name": "pnpm",
|
|
"version": "0.69.6",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1094798725cf3fe0f91246735ef84f81a1ec8f25",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.69.6.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.70.0": {
|
|
"name": "pnpm",
|
|
"version": "0.70.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "17b223a29fda0d9e48801cd93081cf1c73885794",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.70.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.70.1": {
|
|
"name": "pnpm",
|
|
"version": "0.70.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "969a0655b7aee71c263d9b72427c7345b296ddb0",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.70.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.71.0": {
|
|
"name": "pnpm",
|
|
"version": "0.71.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-uC+4CUcQobYzgiUnup0efkwLWIr7axTgrDikr+cWEE8kXOaUoYauqdEGY8FufiUO69NZhIQJipc9/Zd232WV5A==",
|
|
"shasum": "5b76dfafc5fd7599fd65207b028c5cd3eebc14ce",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.71.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.71.1": {
|
|
"name": "pnpm",
|
|
"version": "0.71.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-Ih4csNdZnPzr8G7JRZwZOlx/giIWq5S4rnXlNEzA0IXObo80YLtijHp3bDPCVUtQMmt8qUHeV6JruTGbeQQoGQ==",
|
|
"shasum": "f6b4fc6bccf3c8573872d9ad0426e4409b8cf6ea",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.71.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.72.0": {
|
|
"name": "pnpm",
|
|
"version": "0.72.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.12.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-2IUYvmPGPB6AE5bhQsy0FOfegxBbefChBUEacjitjP280Ecu8daaC1+qD742EMidU3GoEsmn4erMStx7YOWRcw==",
|
|
"shasum": "c82c1265c57cfb2bb422214c76b862a672f98212",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.72.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.73.0": {
|
|
"name": "pnpm",
|
|
"version": "0.73.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-WyZt0fmQzmNhCMQOwseUVS5PTif2HzZTEztTj6b2yev1iBNXDQiA/gWhHbreI1QkTKSXynDTKc3i1bQFFH5Imw==",
|
|
"shasum": "e4fac0e21b4431a4ba09b700e2588be590a6e000",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.73.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.73.1": {
|
|
"name": "pnpm",
|
|
"version": "0.73.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-RMMn74Rxks0elv5opuc1xCSh5jUsScUCykHrvkcKQSDDj+31iqxbWaKvN1lZ4rAqUx7kPlDBDX5ztcqPBj+TVw==",
|
|
"shasum": "9b80b7418eaa3daded8c7f532516e26fac245d73",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.73.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.73.2": {
|
|
"name": "pnpm",
|
|
"version": "0.73.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-HSpQH0sCZSxi8Nv9xF4PdPFfOMmhOhhmsUCXIGo/XA8CaftYN9AqOxbCZAOxndggB20fW6abyWHsbNI9JUyLMQ==",
|
|
"shasum": "de8f06a5044f6d37745ad95059fe0d04c4452d0b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.73.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.73.3": {
|
|
"name": "pnpm",
|
|
"version": "0.73.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-tMH1175rLeovoBIcjJrvKx43UFqSQsQdxdereQQFhmc56aXuB6cUOFAvHjcHEle/VPW6oBJ7O+wWDzNwj5CJPw==",
|
|
"shasum": "649dca9fd197339836cb956e093af8b577107e78",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.73.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.74.0": {
|
|
"name": "pnpm",
|
|
"version": "0.74.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-Q5NJWLsfYlxrF4fzlFmZAJMXcpy3N/Jtdgpz1p/XDPZglV8x8va/tLyXNYk9YbBi4pkaIb0ZFx97mwuZeQ/dWw==",
|
|
"shasum": "558d3f7daf00927d7291bd115a52b6c224a8e2a4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.74.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.74.1": {
|
|
"name": "pnpm",
|
|
"version": "0.74.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.2.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "51a3bcb313e4dd7e6c1c57ec6331567e7d8a35b9",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.74.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.74.2": {
|
|
"name": "pnpm",
|
|
"version": "0.74.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "0f9e8fba61cd7d4abf035fa2e31baf32957bc412",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.74.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.74.3": {
|
|
"name": "pnpm",
|
|
"version": "0.74.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.28",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1e26f28761ab09af4d3f2b01a20041f717989ac4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.74.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.74.4": {
|
|
"name": "pnpm",
|
|
"version": "0.74.4",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4d6b4c25c4cdba6772d59ed3b1a96ed7e209456c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.74.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"0.75.0": {
|
|
"name": "pnpm",
|
|
"version": "0.75.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.1.5",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "da780e51d5699d9149d8bf9788b0005de2d6652e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-0.75.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.0.0": {
|
|
"name": "pnpm",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "d863a62663c017efd9a608db67c575f8e30979bf",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.0.1": {
|
|
"name": "pnpm",
|
|
"version": "1.0.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1585087259bb66ab98842ee083189a7cbf37936b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.0.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.1.0": {
|
|
"name": "pnpm",
|
|
"version": "1.1.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.13.2",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "bf1b2ed1c6b1fd74064f08a37da2820684a58204",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.1.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.2.0": {
|
|
"name": "pnpm",
|
|
"version": "1.2.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4278d97d60318750bc65f51d2c623b5b34b52a46",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.2.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.3.0": {
|
|
"name": "pnpm",
|
|
"version": "1.3.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-HwwZ4nW5o5oTSrB3mWqjWkxru3MiDObhEz4SrGP0ZqKOYuYVhDEVzgtZ3gDyWCFf6wPltCJZn4WwrdGMlwDlOw==",
|
|
"shasum": "004e657f11e97d43e92f9389f4a9b495415182bc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.3.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.3.1": {
|
|
"name": "pnpm",
|
|
"version": "1.3.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-Nt4bpQpmo+05rWF8J8aIAEH/nirDPmaoKoDmS2IBVueQ5bi3wEcA+1W+vOVZH0e7+5KxEF8YRSdRipkisHMUaQ==",
|
|
"shasum": "73b61a0e69bce6ee2c8d62008de777695cb716a1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.3.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.3.2": {
|
|
"name": "pnpm",
|
|
"version": "1.3.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-6yYgRC/cU0vNgRv6G3dklOreQkhf6nl4R3P7rpmmC+/OUTpZ+iHm6hv3s7C7SRQNxj0/1U6IkLMwYrEIaxQIeA==",
|
|
"shasum": "cfe6dd9c5759e64ad062bdf89d361ae35cfa1068",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.3.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.3.3": {
|
|
"name": "pnpm",
|
|
"version": "1.3.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-NaHL0+9DsKc76pZHbO+wkCtdN39X3fohjiedn/fBcJWKzl156iianVq8z6ggFL6fVmSKSgT4tzfNvlOtD4Vdlw==",
|
|
"shasum": "bc406ebf104d77181f453beae8720041ada11bcb",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.3.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.3.4": {
|
|
"name": "pnpm",
|
|
"version": "1.3.4",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-y9ZJ6ng+nRGAVOA3mvAMFQOaf2WOjeyUNiTW1w5w9J5sFa1k/86a2VxwOXFHNVqgkoEtRhsRqrhIj+lRifao/g==",
|
|
"shasum": "970ec6c2ea34084ac6b73c2e23229260411df491",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.3.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.4.0": {
|
|
"name": "pnpm",
|
|
"version": "1.4.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-Z42u4CjxoRimkeSB0Ccny5cfYaLt1Zr2b7oxboJqu9VAyVZ3lAcCaiiZeoZc4gFxuBhkwSQeWX7BBtsVoV1iFw==",
|
|
"shasum": "118a10269ef8cbc57fbbfb96532b471d13cac7cd",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.4.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.5.0": {
|
|
"name": "pnpm",
|
|
"version": "1.5.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-LdW2nuCKGRsHnBO9uxhpeJxLXBAhI+lpCKCPsu6OurFGT5CjJKqT5XTwnQrrBZ5iW/cweyM98Wofgq0D7fMLfw==",
|
|
"shasum": "fb4f5d3fd3d099d4d6fadcce1988ea447a4c447f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.5.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.5.1": {
|
|
"name": "pnpm",
|
|
"version": "1.5.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-3D7qRIBKELbFMwsb7ju9oS2Nvg9lfgmdZ3TAvKWquwFEKX1TPOhQ4NM/+iDu8L/McTs2mij7Cd45j6aTxRYpsQ==",
|
|
"shasum": "f5ea5679298c69737caf35e04ca0dac1656ee602",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.5.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.5.2": {
|
|
"name": "pnpm",
|
|
"version": "1.5.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-JgnoXsZ4A1T3067/+vWRu2cN+hmRSMu88s/rNhOE3XEbE6OYccfH8MrMtZg0pb04+CV6TLED06CGMNOqLxjyLg==",
|
|
"shasum": "503a0ac2ad249407395a8769f073fc8814550fea",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.5.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.5.3": {
|
|
"name": "pnpm",
|
|
"version": "1.5.3",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-rzSIKRWSiHAZZjcfR712GVvzU7urDTqrl7i9uD4X1YtTRDeWGM0YD0fKaFoNVjd/+sM4Wc9OPGvv+X6dFf+CWQ==",
|
|
"shasum": "d1a2bf880342cd814a088d12e9074efd1ee818f3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.5.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.6.0": {
|
|
"name": "pnpm",
|
|
"version": "1.6.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-p1o7MWVpkhMbTNaAAroBA4SO7UpstH/t73j9wg9pY+/H3tfA6YQT/jMVyEs//7YyWC9Txx9D02i8Ed/H7y1J3Q==",
|
|
"shasum": "73e3fcd19bb6987d10c98022d7b006dbb9e0b3d7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.6.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.6.1": {
|
|
"name": "pnpm",
|
|
"version": "1.6.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-opwK1XsQ1dMbLoajcG6ZhYLKesK5sK3b559jq7aY5ZvTggqI7PD9ucrD6mrctp6pRiSENWvV5W0sx4TQ/xBKbQ==",
|
|
"shasum": "9349ced423cd1445c98ff5ea19627c55fe413330",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.6.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.7.0": {
|
|
"name": "pnpm",
|
|
"version": "1.7.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-CNj8Q0B6Dm8zMNNYTvxrH1CEj7RF/oTzpY+cDOF+ytap628+SFHLObSchZYPu6VLwJlvDRjAM/t4WoKtyI4XUg==",
|
|
"shasum": "1ee1530375e6825d010b641b1b18d41b6daf8f0a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.7.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.7.1": {
|
|
"name": "pnpm",
|
|
"version": "1.7.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-EF0EJIxtOQ2qHz4QoEK1nt17GX4Zhg6V0/dXNHpT8VKxA4+B+cHudCF2J1sZJMIlVPUlp8u7vIvVhrEzJb5SZA==",
|
|
"shasum": "47ab3b00e8eb38b88c2bd3e51d8ce90b5cbdee56",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.7.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.8.0": {
|
|
"name": "pnpm",
|
|
"version": "1.8.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-QPnrIcmi8jJC0J6/O6Zb6WmBUdchqcVyY8rNeyA7K1MB8Z8BXkydimv832PRZ5X7EMhCKbxRygP1giDEKMKm1w==",
|
|
"shasum": "3d6f13dca98ea086cdc3b49e64e238c7750d19d4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.8.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.8.1": {
|
|
"name": "pnpm",
|
|
"version": "1.8.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-LpdtBBvq78bPEDrDxoc7x36tQXxJjfr9ihm48g1CnxTDnypZ1qIjkPz0sMXwkaqW+bVNcFKMPvs8RZMcVyUutA==",
|
|
"shasum": "8a551c7048e479f700f2be936912c5aab92a75ad",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.8.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.8.2": {
|
|
"name": "pnpm",
|
|
"version": "1.8.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-xfl9cl4Z0TnDZxmnQepp/5pDdxE2WfdvI+xqbu9+NpOFUo5y3IfsfzemgY6gYX/tm3IGbo37z7eBQl6RogokQg==",
|
|
"shasum": "8f7f18fe11331bd4dceb8aa568001e885a570e8f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.8.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.9.0": {
|
|
"name": "pnpm",
|
|
"version": "1.9.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-tsACRoMN32bQUIXKxTX/CMqYP2nL5vF3C82bRkAPDqAjYMethhnYnFCsXIQVcTfH4f49haR97OYooeq4SA6VMw==",
|
|
"shasum": "d94a81e1502ff683eac20c43bf9b4d989a05fbb2",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.9.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.10.0": {
|
|
"name": "pnpm",
|
|
"version": "1.10.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-OpN09psaw/GirxJfx5KPQHPd2/DLbKg5sbp82f1Vlm/ey5YWtk5qgegWg3FIF8CbhVcg3/XC1sjyDuV9Yj3a+Q==",
|
|
"shasum": "92fac5e1abf0c0edf9eab592dd3da0115c020da7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.10.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.10.1": {
|
|
"name": "pnpm",
|
|
"version": "1.10.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-H5TqLa4dvhEFF5prmlP4sDmu3yQQKg+cdXrYPeFlXQDth+coggbCUGlWgoblJfQQ73ZVvPeU2tRlPYG53X6MLA==",
|
|
"shasum": "b84b56e7dd9fdf0bed138bb9e6993b4ab1564fa1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.10.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.10.2": {
|
|
"name": "pnpm",
|
|
"version": "1.10.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-Eu7qKKm84V8J9d7oxFwDDkVUNYyy2A7gjG7bEqTOylA5YsMVCqIThzrZYWAA9PJUYCGe3TJRTccH/fdmq3UDOA==",
|
|
"shasum": "ccb7ff1935c01e0fb7407fe9a3fe3db515c34032",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.10.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"2.0.0-beta.0": {
|
|
"name": "pnpm",
|
|
"version": "2.0.0-beta.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-LISL5rI4T4U8gnk0oUJruGY+c6jH1obs3ZG6LAmX73BCzCULCt3jYvldjvhyHIOz9q28j4F3IRZ8i6X14GChFw==",
|
|
"shasum": "f87a405fd22ab938631884602b978263cb099a64",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.0.0-beta.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.11.0": {
|
|
"name": "pnpm",
|
|
"version": "1.11.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-xr3dsVubkWfHD+Q1XG4sJ/V4rurJOXEoGYi9/BXInC5fhZgrYK6rV5fGqx337vfr/y7TgDASjgj/E9wgIr42hQ==",
|
|
"shasum": "6b7d1fa3e9989f9cadf82ff09fb285d2223f61d5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.11.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.11.1": {
|
|
"name": "pnpm",
|
|
"version": "1.11.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-tf4nNvccMXXbEZsOB89hbWvGy3BWkM1X27VEa29i3hE6IaQFZgLnTJd/UmFKZlzLsVOEIliHzHYKH1Txe+B8PA==",
|
|
"shasum": "56a7b9067278efda088f30163862b49a65e9c349",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.11.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.12.0": {
|
|
"name": "pnpm",
|
|
"version": "1.12.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-L/oCRl5mnfhhoW/t1JBHTQ8OgFlu0w+3mA1yDZgaSsti25p+02zFsJFLnfIYwH2ZABtkaRhJWdfwuOvhMpt6BA==",
|
|
"shasum": "5da4c055e11d3d5cdc63edf04fdce0f23e1b2f85",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.12.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.13.0": {
|
|
"name": "pnpm",
|
|
"version": "1.13.0",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-tg18RC5EDWBDRNJu8zHqYHaBJ3nZwid3dR5YT/GjjK9chznmLPQcPtLmhQFnHDsNZTK6JaZVvvifMLTO9XUIFQ==",
|
|
"shasum": "80e1fa5d348d29b7c93f1752c688a74a03247ca4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.13.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.13.1": {
|
|
"name": "pnpm",
|
|
"version": "1.13.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-l4dXbi1CKpLWtpZhPk0fmY+EbW3yN0WV19SOdBP6oY5kFWdCSfHgyIAbCu+xkksKD23ReJjeJWHIfhzBCbHwwQ==",
|
|
"shasum": "fd7b08000d8384fe18457fb27b65dc00fa6152a5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.13.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.13.2": {
|
|
"name": "pnpm",
|
|
"version": "1.13.2",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-p8GDCgn1Scgw+yQ8ghuB2Ug/cp4slKzX4nel5okQMfdgfBp2tR5Sy0s8d/jELRlzxb6EudrwK1GVdUFNatLz8g==",
|
|
"shasum": "91d053c4e67cecb3faf38e73ce938b4bc49349a5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.13.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.1": {
|
|
"name": "pnpm",
|
|
"version": "1.14.1",
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-IP7WE6XFcIXXctwyDF0sCkCzX4FE2HYL6a+c/6TuGC2SPfHZywYwlbONIwBuzEKxK9Bi2BHYybdGS08DsW4FKQ==",
|
|
"shasum": "eec4d43785ca300f0f79eb26a3ff9aad521c77c1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.2": {
|
|
"name": "pnpm",
|
|
"version": "1.14.2",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.2",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.1",
|
|
"ramda": "^0.24.1",
|
|
"supi": "^0.2.21",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-wzwjkhbrpLdr6NTxM46wEXnbjHI+fSkHQMHIbRMrkg+1jisO84womfEq2yahE0sWtSbx2ePvskTYjorIt5MZLQ==",
|
|
"shasum": "4edf0edfc4695d1b045695d4ba65e5e1b244c160",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.4": {
|
|
"name": "pnpm",
|
|
"version": "1.14.4",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.22",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-r2RZ4YqVJtQXFw0SNKc7H1pElK8AeLskEY3hb2Whe5yaGXH9war4danuAbNpIxmwYE8xo9Tfe5+G/g9NWl8/0Q==",
|
|
"shasum": "e58a4f14156587c94b2d4a7ab418ced5400f58a4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.5": {
|
|
"name": "pnpm",
|
|
"version": "1.14.5",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.4",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.23",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-y6nnEywKCWBkl97UCcq9fzMGfaEgA5SiQwVwUXewjLmUVCnHw1kovQco/RPWVtna2OCNCrP/rtLJ+ud8txDPIQ==",
|
|
"shasum": "e5b8fd5d537f05bbea5ac681e97cc0dc599d40ff",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.6": {
|
|
"name": "pnpm",
|
|
"version": "1.14.6",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.4",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.24",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-0UJBkh2mRkvj4Bm5Lrc1swaQbEv0ctWSNHhEng8+OPdxwiwMX5Xt02amWfYU45kwJOfowI4C9rTXaXTuJFqnVg==",
|
|
"shasum": "19db584b87eb35e75783a71b71e5a4c390a44481",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.6.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.7": {
|
|
"name": "pnpm",
|
|
"version": "1.14.7",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.4",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.25",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-ZrBSyxp2pDuxhlX1nEtfYG0g6DW4u1J8yqZZPmOzSyi3LQ/Ub7awrcwAWJRYR5w79aUM9Jptu/r47dpPntyabQ==",
|
|
"shasum": "1d9c2b40d2e4a1cf47a2a6b4fa7e52a1c25bc0ad",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.7.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.8": {
|
|
"name": "pnpm",
|
|
"version": "1.14.8",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.4",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.26",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-fz94vC3gnDvoRGQSMMIXzOlC66KEU2uOGIqGx/InB4gBkhZtvxxnlWTYIQkkSb/Oavp25yg09fouHPnoEmnHJg==",
|
|
"shasum": "38a6fefa4543d6f9142930b73fc3d011da5e9020",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.8.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.9": {
|
|
"name": "pnpm",
|
|
"version": "1.14.9",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.26",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^3.2.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^3.2.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-eCYhWFMJyZHdM3m/g1HefE7SW15dR1GabukSWIdHuDSrGnJe1yoRUnwO4FITxvMQS09x5/U7JnYOmsbzuyiYfQ==",
|
|
"shasum": "d329dd2bd6739d7cd4c734cc917642d3d88e84be",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.9.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.10": {
|
|
"name": "pnpm",
|
|
"version": "1.14.10",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.14",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.27",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^3.2.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^3.2.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-igRGXL0H62eSz6168ZUt+sHr+zrVMCudJ7CFE4NTzEIFlK3wt8+aEGZDzI3GDDyJNyWqjW3Q1CWkUfj6wDD5sw==",
|
|
"shasum": "5e52ea8f088b01ff5f2525bbd8e37a39fee74d14",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.10.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.15.0": {
|
|
"name": "pnpm",
|
|
"version": "1.15.0",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.14",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.28",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^3.2.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^3.2.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-LFtv/V4VUedleI73QbfZBO4MGHXr1P/hLXHbHQTEgDOOKZSLZnW1dYja8ew/cVs1Xzd3sSwLr+YzkaiKatWPuw==",
|
|
"shasum": "383a59755c1d07229c3635d34200bd3660f891c3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.15.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.14.11": {
|
|
"name": "pnpm",
|
|
"version": "1.14.11",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.14",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "0.2.27",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^3.2.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^3.2.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-ouAlgKWfNGn6igVwujVooqUThjQmeE4QJGZDd8DcPqCobry5uMco+/iaIg79L+KLHswnwF9ytwFdVfiAu0qwQg==",
|
|
"shasum": "01635bda949cae4d49e67945a95ee586ff1f6e63",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.14.11.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.16.0": {
|
|
"name": "pnpm",
|
|
"version": "1.16.0",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.26",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.14",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.30",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^3.2.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^3.2.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-FmOQwfvVv500mcHEYNrKTWZKyQEFneIHnzwdX6ozFOwIPZvtfgg5nu9CyiHdTVfyhZ53KAvEnDWpy8GnteKtlg==",
|
|
"shasum": "3dd53510d690bc607a0ca9ea0695d39f007aa4b4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.16.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.16.1": {
|
|
"name": "pnpm",
|
|
"version": "1.16.1",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.14",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.32",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bundleDependencies": [
|
|
"@pnpm/deps.inspection.outdated",
|
|
"@types/byline",
|
|
"@types/chalk",
|
|
"@types/common-tags",
|
|
"@types/load-json-file",
|
|
"@types/node",
|
|
"@types/nopt",
|
|
"@types/ramda",
|
|
"@types/update-notifier",
|
|
"byline",
|
|
"camelcase",
|
|
"chalk",
|
|
"common-tags",
|
|
"cross-spawn",
|
|
"graceful-fs",
|
|
"is-ci",
|
|
"load-json-file",
|
|
"loud-rejection",
|
|
"nopt",
|
|
"not-bundled-npm",
|
|
"path-name",
|
|
"pnpm-default-reporter",
|
|
"pnpm-file-reporter",
|
|
"pnpm-list",
|
|
"pnpm-logger",
|
|
"ramda",
|
|
"strip-color",
|
|
"supi",
|
|
"text-table",
|
|
"update-notifier"
|
|
],
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"integrity": "sha512-64kRRfRfBaM7u88+80gFGthpfbVqoKDUBXYwPva/OnjpEQePLBVRvzmgth/LboCQMKxh6ty1+kCcBUoye9Bi8w==",
|
|
"shasum": "949d71f735d7c2123ce540fe1dc3447d97d55468",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.16.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.16.2": {
|
|
"name": "pnpm",
|
|
"version": "1.16.2",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.14",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.32",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a391dbf14de5c0d51e28058a4515ceeb96d344fe",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.16.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.16.3": {
|
|
"name": "pnpm",
|
|
"version": "1.16.3",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.14",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.24.1",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.34",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "91b21a34c1a637789d5d23a7b5df83539d10b294",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.16.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.17.2": {
|
|
"name": "pnpm",
|
|
"version": "1.17.2",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.37",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.4.0",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.16",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5ccdcfc10cd2abd649b608b50bc3ee073d970dc7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.17.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.18.0": {
|
|
"name": "pnpm",
|
|
"version": "1.18.0",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.37",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/common-tags": "^1.4.0",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.16",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4ddabcc06da1878fe181abfa1f38c36a9a9f25cc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.18.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.18.1": {
|
|
"name": "pnpm",
|
|
"version": "1.18.1",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.2.37",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.4.0",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.16",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "111e00f67ae51bfe0ebd8534d3fd93145b22861b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.18.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.0": {
|
|
"name": "pnpm",
|
|
"version": "1.19.0",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.5.0",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.4.0",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.16",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b7e9732cbf707c5d993329ab92bb0c84a2603f61",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.1": {
|
|
"name": "pnpm",
|
|
"version": "1.19.1",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.2",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.5.1",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.4.0",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.16",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ac537c615bbadee7297435665abac8136801432c",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.2": {
|
|
"name": "pnpm",
|
|
"version": "1.19.2",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.2",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.5.2",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.4.0",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.16",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "65a737fdb2f484a421fb1a35110dde2f2438635d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.3": {
|
|
"name": "pnpm",
|
|
"version": "1.19.3",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.0.2",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^3.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.5.3",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.4.0",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.24.16",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "aa90d71db3d7fe898da2fc329f6a937fd7b7176b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.4": {
|
|
"name": "pnpm",
|
|
"version": "1.19.4",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.1.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.7",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.3",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.6.2",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^0.1.2",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "8a13b81c9e10c2a1af45ac3da1a5d5e088ff61bc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.5": {
|
|
"name": "pnpm",
|
|
"version": "1.19.5",
|
|
"dependencies": {
|
|
"@pnpm/deps.inspection.outdated": "^0.1.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.9.7",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^1.0.0",
|
|
"pnpm-logger": "^0.6.3",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.6.3",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^0.1.2",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "51dc1d9089caa5c2d4c0858a90c30d8449d2bb59",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.6": {
|
|
"name": "pnpm",
|
|
"version": "1.19.6",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.0",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.2",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "6abdfafe70dd579970a2cc36d7e6fbb3100218ef",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.6.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.19.7": {
|
|
"name": "pnpm",
|
|
"version": "1.19.7",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.0",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.3",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5895d27feebdbe7f0c56c8420493820fb97348af",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.19.7.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.20.0": {
|
|
"name": "pnpm",
|
|
"version": "1.20.0",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.1",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.4",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1db1fcb4209b6ab5607016d70385c91e89b228c6",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.20.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.21.0": {
|
|
"name": "pnpm",
|
|
"version": "1.21.0",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.2",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.5",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a2c04069958e112b47acfb66a7778dbc55190c0f",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.21.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.22.0": {
|
|
"name": "pnpm",
|
|
"version": "1.22.0",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.7",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^4.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "0888bd738ef434c84dd1159f2f4b56a61aab613e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.22.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.23.0": {
|
|
"name": "pnpm",
|
|
"version": "1.23.0",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.8",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "92fcfd1a68b8e166c6fea1d59c42edff877e64a4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.23.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.23.1": {
|
|
"name": "pnpm",
|
|
"version": "1.23.1",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.0",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.10",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1aa42813a17c1b31cf03df1ee1b57710438eae1d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.23.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.23.2": {
|
|
"name": "pnpm",
|
|
"version": "1.23.2",
|
|
"dependencies": {
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.12",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^3.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1ee0d42d6863764980da99641b83c1d3b9cfb7e2",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.23.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.0-0": {
|
|
"name": "pnpm",
|
|
"version": "1.24.0-0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.1",
|
|
"@pnpm/server": "^0.3.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.14",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "93717d751d7810d353583ba5af748e25f8bd6a7a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.0-0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.0-1": {
|
|
"name": "pnpm",
|
|
"version": "1.24.0-1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.1",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.10.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.14",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"is-windows": "^1.0.1",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1b354b2f6e7dc569147a6514f38a076d3705d4d4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.0-1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.0-2": {
|
|
"name": "pnpm",
|
|
"version": "1.24.0-2",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.1",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.10.4",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.14",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4d9754565efcb4ab622854cc9019e43d8548f7a9",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.0-2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.0-3": {
|
|
"name": "pnpm",
|
|
"version": "1.24.0-3",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.1",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@pnpm/types": "^1.3.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.10.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.14",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.31",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.7.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b76c17337cfaf597bea69c95f87a5d4fb70fb556",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.0-3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.0": {
|
|
"name": "pnpm",
|
|
"version": "1.24.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.2",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@pnpm/types": "^1.3.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.10.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.15",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f8f5324da0d26e3c91aa884ef2bcee024040008a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.1": {
|
|
"name": "pnpm",
|
|
"version": "1.24.1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.2",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@pnpm/types": "^1.3.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.10.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.15",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ae4055aadc327700062dc9d966c3d2bf3cf18074",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.2": {
|
|
"name": "pnpm",
|
|
"version": "1.24.2",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.2",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@pnpm/types": "^1.3.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.10.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.16",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "17166e65825b8510b268ccc84ebb1a40363c256b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.24.3": {
|
|
"name": "pnpm",
|
|
"version": "1.24.3",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.2",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@pnpm/types": "^1.3.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.10.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.7.17",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5846219167d70addd4ba4edaa3a389429d8bf03d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.24.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.25.0": {
|
|
"name": "pnpm",
|
|
"version": "1.25.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.2",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.0",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.8.1",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5affa46c4ead8c747448a6ea4736a8f038551abc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.25.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.25.1": {
|
|
"name": "pnpm",
|
|
"version": "1.25.1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.2",
|
|
"@pnpm/server": "^0.4.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.12.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.2",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.8.2",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "46af355980d64fe0e7e69b4bf4fddb2b1f24bf07",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.25.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.26.0": {
|
|
"name": "pnpm",
|
|
"version": "1.26.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.3",
|
|
"@pnpm/server": "^0.5.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.13.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.3",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.9.0",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1026986e448777b79e0d5bcaafc3bb3bd5b38e0e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.26.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.27.0-1": {
|
|
"name": "pnpm",
|
|
"version": "1.27.0-1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.4",
|
|
"@pnpm/server": "^0.6.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.14.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.11.0",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4bc1e7374dd9001e429762ccd002b1e08c7794e7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.27.0-1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.27.0": {
|
|
"name": "pnpm",
|
|
"version": "1.27.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.4",
|
|
"@pnpm/server": "^0.6.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.14.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.11.1",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c8bb8d05bd2255b757c0251c36730ac5f413a439",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.27.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.28.0": {
|
|
"name": "pnpm",
|
|
"version": "1.28.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.4",
|
|
"@pnpm/server": "^0.6.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.14.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.5",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.11.1",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^8.0.33",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "08667ef01633c39e218308f6ecf5e6a56d46b0d7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.28.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.29.1": {
|
|
"name": "pnpm",
|
|
"version": "1.29.1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.4",
|
|
"@pnpm/server": "^0.6.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.14.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.6",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.11.2",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.8.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "dd41fe2678ce54e571beafec35d89bc64b1e2412",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.29.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.30.0": {
|
|
"name": "pnpm",
|
|
"version": "1.30.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.4",
|
|
"@pnpm/server": "^0.6.2",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.14.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.6",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.11.3",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "3ae972b45d558282639c1156e91b7ef723f050b3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.30.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.30.1": {
|
|
"name": "pnpm",
|
|
"version": "1.30.1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.4",
|
|
"@pnpm/server": "^0.6.2",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.14.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.6",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.11.3",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2b7faf039e9989f23b13958523e3a94fdb561958",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.30.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.30.2": {
|
|
"name": "pnpm",
|
|
"version": "1.30.2",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.4",
|
|
"@pnpm/server": "^0.6.2",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.14.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.6",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.11.3",
|
|
"text-table": "^0.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"delay": "^2.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"thenify": "^3.3.0",
|
|
"tree-kill": "^1.2.0",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a88311145ae3cbb1a0db0ffcc7533c63f74429e5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.30.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.31.0": {
|
|
"name": "pnpm",
|
|
"version": "1.31.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.1",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.8",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.1",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7d971bb0e48c25d4e04db420eee8ee0bcb4c66d4",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.31.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.31.1": {
|
|
"name": "pnpm",
|
|
"version": "1.31.1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.0",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.1",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.8",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.1",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^1.0.2",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "350ad8c2b76326c7506dd8df48a7bab49c201d34",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.31.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.31.2": {
|
|
"name": "pnpm",
|
|
"version": "1.31.2",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.3",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.8",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.2",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e3ac0f8eb8c00242cffee370475786fd02293c69",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.31.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.31.3": {
|
|
"name": "pnpm",
|
|
"version": "1.31.3",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.3",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.11.8",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.3",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "3c06f3b373c1832d3f28b5a866cdadb8b920631e",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.31.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.31.4": {
|
|
"name": "pnpm",
|
|
"version": "1.31.4",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.3",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.14.0",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.5",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "a99c1342112b06e162836384c723e86c4ae55734",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.31.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.31.5": {
|
|
"name": "pnpm",
|
|
"version": "1.31.5",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.3",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.14.0",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.5",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f43685ab31ceecb5a3144eb56938d16a9c9810cb",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.31.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.31.6": {
|
|
"name": "pnpm",
|
|
"version": "1.31.6",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.3",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.14.0",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.5",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "fc94a990c1465d7facf0f80b234fb72443cf822d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.31.6.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.32.0": {
|
|
"name": "pnpm",
|
|
"version": "1.32.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.3.2",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.5",
|
|
"@pnpm/server": "^0.7.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.15.3",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.14.1",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.6",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "6780e1d99adb6f0e951f1cf2f746903b574c4fb5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.32.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.32.1": {
|
|
"name": "pnpm",
|
|
"version": "1.32.1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.4.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.6",
|
|
"@pnpm/server": "^0.8.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"not-bundled-npm": "^5.4.2",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.16.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.14.2",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.8",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-registry-client": "^8.4.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "5dd5fddd69594831850ea183ded42b502e7c0e49",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.32.1.tgz",
|
|
"fileCount": 76,
|
|
"unpackedSize": 255907
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.33.0": {
|
|
"name": "pnpm",
|
|
"version": "1.33.0",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.4.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.7",
|
|
"@pnpm/server": "^0.8.1",
|
|
"@pnpm/store.path": "^1.0.0",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"npm-conf": "^1.1.3",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.17.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.14.2",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.9",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bundleDependencies": [
|
|
"@pnpm/default-fetcher",
|
|
"@pnpm/resolving.default-resolver",
|
|
"@pnpm/logger",
|
|
"@pnpm/deps.inspection.outdated",
|
|
"@pnpm/server",
|
|
"@pnpm/store.path",
|
|
"@pnpm/types",
|
|
"@types/get-port",
|
|
"@types/retry",
|
|
"@types/write-json-file",
|
|
"@zkochan/libnpx",
|
|
"byline",
|
|
"camelcase",
|
|
"chalk",
|
|
"common-tags",
|
|
"cross-spawn",
|
|
"delay",
|
|
"diable",
|
|
"find-packages",
|
|
"get-port",
|
|
"graceful-fs",
|
|
"graph-sequencer",
|
|
"is-ci",
|
|
"is-windows",
|
|
"load-json-file",
|
|
"loud-rejection",
|
|
"mkdirp-promise",
|
|
"nopt",
|
|
"npm-conf",
|
|
"p-limit",
|
|
"package-store",
|
|
"path-name",
|
|
"pkgs-graph",
|
|
"pnpm-default-reporter",
|
|
"pnpm-file-reporter",
|
|
"pnpm-list",
|
|
"process-exists",
|
|
"ramda",
|
|
"retry",
|
|
"signal-exit",
|
|
"strip-color",
|
|
"supi",
|
|
"text-table",
|
|
"tree-kill",
|
|
"update-notifier",
|
|
"util.promisify",
|
|
"write-json-file"
|
|
],
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "99242af222f5493ce6cae5ff6f0e603754a57d91",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.33.0.tgz",
|
|
"fileCount": 18087,
|
|
"unpackedSize": 74540168
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.33.1": {
|
|
"name": "pnpm",
|
|
"version": "1.33.1",
|
|
"dependencies": {
|
|
"@pnpm/default-fetcher": "^0.4.0",
|
|
"@pnpm/resolving.default-resolver": "^0.1.3",
|
|
"@pnpm/logger": "^1.0.0",
|
|
"@pnpm/deps.inspection.outdated": "^0.2.7",
|
|
"@pnpm/server": "^0.8.1",
|
|
"@pnpm/store.path": "^1.0.1",
|
|
"@pnpm/types": "^1.5.0",
|
|
"@types/get-port": "^3.2.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/libnpx": "^9.6.1",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"chalk": "^2.2.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^6.0.3",
|
|
"delay": "^2.0.0",
|
|
"diable": "^4.0.1",
|
|
"find-packages": "^2.1.2",
|
|
"get-port": "^3.2.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"graph-sequencer": "^2.0.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-windows": "^1.0.1",
|
|
"load-json-file": "^4.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"nopt": "^4.0.1",
|
|
"npm-conf": "^1.1.3",
|
|
"p-limit": "^1.1.0",
|
|
"package-store": "^0.17.0",
|
|
"path-name": "^1.0.0",
|
|
"pkgs-graph": "^2.0.0-0",
|
|
"pnpm-default-reporter": "^0.14.2",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-list": "^2.0.0",
|
|
"process-exists": "^3.0.0",
|
|
"ramda": "^0.25.0",
|
|
"retry": "^0.10.1",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-color": "^0.1.0",
|
|
"supi": "^0.12.9",
|
|
"text-table": "^0.2.0",
|
|
"tree-kill": "^1.2.0",
|
|
"update-notifier": "^2.1.0",
|
|
"util.promisify": "^1.0.0",
|
|
"write-json-file": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bundleDependencies": [
|
|
"@pnpm/default-fetcher",
|
|
"@pnpm/resolving.default-resolver",
|
|
"@pnpm/logger",
|
|
"@pnpm/deps.inspection.outdated",
|
|
"@pnpm/server",
|
|
"@pnpm/store.path",
|
|
"@pnpm/types",
|
|
"@types/get-port",
|
|
"@types/retry",
|
|
"@types/write-json-file",
|
|
"@zkochan/libnpx",
|
|
"byline",
|
|
"camelcase",
|
|
"chalk",
|
|
"common-tags",
|
|
"cross-spawn",
|
|
"delay",
|
|
"diable",
|
|
"find-packages",
|
|
"get-port",
|
|
"graceful-fs",
|
|
"graph-sequencer",
|
|
"is-ci",
|
|
"is-windows",
|
|
"load-json-file",
|
|
"loud-rejection",
|
|
"mkdirp-promise",
|
|
"nopt",
|
|
"npm-conf",
|
|
"p-limit",
|
|
"package-store",
|
|
"path-name",
|
|
"pkgs-graph",
|
|
"pnpm-default-reporter",
|
|
"pnpm-file-reporter",
|
|
"pnpm-list",
|
|
"process-exists",
|
|
"ramda",
|
|
"retry",
|
|
"signal-exit",
|
|
"strip-color",
|
|
"supi",
|
|
"text-table",
|
|
"tree-kill",
|
|
"update-notifier",
|
|
"util.promisify",
|
|
"write-json-file"
|
|
],
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c2baf730c1818ffdbfc78ea6c02bbd0d74858734",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.33.1.tgz",
|
|
"fileCount": 18087,
|
|
"unpackedSize": 74540446
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.33.2": {
|
|
"name": "pnpm",
|
|
"version": "1.33.2",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "d0818ebb05ba0f11b3f0d614523a8b1261c319b6",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.33.2.tgz",
|
|
"fileCount": 7942,
|
|
"unpackedSize": 30015215
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.34.0": {
|
|
"name": "pnpm",
|
|
"version": "1.34.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "79d204b790bcb63d2b34510ee371c6413ec29120",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.34.0.tgz",
|
|
"fileCount": 6178,
|
|
"unpackedSize": 23892667
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.0": {
|
|
"name": "pnpm",
|
|
"version": "1.35.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^4.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2f898ec508bb6f2e4d9d429f66823cf017da2638",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.0.tgz",
|
|
"fileCount": 6657,
|
|
"unpackedSize": 26600863
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.1": {
|
|
"name": "pnpm",
|
|
"version": "1.35.1",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7eb1265daa9da18dab7a7b1645747cd046c42f33",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.1.tgz",
|
|
"fileCount": 6662,
|
|
"unpackedSize": 26609430
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.2": {
|
|
"name": "pnpm",
|
|
"version": "1.35.2",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "33915ca4ed89550c7de77a1b2ffe0f97865cac69",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.2.tgz",
|
|
"fileCount": 6670,
|
|
"unpackedSize": 26605876
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.3": {
|
|
"name": "pnpm",
|
|
"version": "1.35.3",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c8cdc2ec85cf0aa08b66aae0b298a70bed2bc6e1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.3.tgz",
|
|
"fileCount": 6670,
|
|
"unpackedSize": 26606180
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.4": {
|
|
"name": "pnpm",
|
|
"version": "1.35.4",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "cad7ba2370c5e1c2ee9dca551f0ee4882858041d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.4.tgz",
|
|
"fileCount": 6687,
|
|
"unpackedSize": 26670816
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.5": {
|
|
"name": "pnpm",
|
|
"version": "1.35.5",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "8deb470ec090af1d641ff1d2431c8cf32ac769e5",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.5.tgz",
|
|
"fileCount": 6687,
|
|
"unpackedSize": 26671890
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.6": {
|
|
"name": "pnpm",
|
|
"version": "1.35.6",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "26432a8a16495d9cd5318d913937dc9d90011557",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.6.tgz",
|
|
"fileCount": 6224,
|
|
"unpackedSize": 25718362
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.7": {
|
|
"name": "pnpm",
|
|
"version": "1.35.7",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2b723e244bd611d8bbcf0845cdbaf5d37d3969d9",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.7.tgz",
|
|
"fileCount": 6224,
|
|
"unpackedSize": 25721352
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.8": {
|
|
"name": "pnpm",
|
|
"version": "1.35.8",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.0.0",
|
|
"@commitlint/config-angular": "^4.2.0",
|
|
"@commitlint/prompt-cli": "^5.0.0",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "de87c7b33f00189654aea49b4eb56317dcdbe7cd",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.8.tgz",
|
|
"fileCount": 6224,
|
|
"unpackedSize": 25722771
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.9": {
|
|
"name": "pnpm",
|
|
"version": "1.35.9",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f4226994a8084731e04caef06b7a31e4fce2f4f7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.9.tgz",
|
|
"fileCount": 6185,
|
|
"unpackedSize": 25604752
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.35.10": {
|
|
"name": "pnpm",
|
|
"version": "1.35.10",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "1a8aaa8ae2233765274961d30cec38f8914bfa07",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.35.10.tgz",
|
|
"fileCount": 6188,
|
|
"unpackedSize": 25626772
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.36.0": {
|
|
"name": "pnpm",
|
|
"version": "1.36.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.9.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "4245eb48680041d1fa3612e5443664696931b742",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.36.0.tgz",
|
|
"fileCount": 6188,
|
|
"unpackedSize": 25631986
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.36.1": {
|
|
"name": "pnpm",
|
|
"version": "1.36.1",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "43537276c39cc2d9e749d1fd7a3c159b2db39877",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.36.1.tgz",
|
|
"fileCount": 6163,
|
|
"unpackedSize": 25574194
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.36.2": {
|
|
"name": "pnpm",
|
|
"version": "1.36.2",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c89bc7b466aa81a3e174d126450494619b495128",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.36.2.tgz",
|
|
"fileCount": 6161,
|
|
"unpackedSize": 25563275
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.37.1": {
|
|
"name": "pnpm",
|
|
"version": "1.37.1",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "c988f4d5c6acfd4123d6bbeaf4b677895c60b4f6",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.37.1.tgz",
|
|
"fileCount": 6194,
|
|
"unpackedSize": 25667181
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.37.2": {
|
|
"name": "pnpm",
|
|
"version": "1.37.2",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "09312e50a8c7dcf58dc8024e54b80a19ebbcc24d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.37.2.tgz",
|
|
"fileCount": 6194,
|
|
"unpackedSize": 25668160
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.37.3": {
|
|
"name": "pnpm",
|
|
"version": "1.37.3",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "592f62fb50633506494bd683a0533a95520ef968",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.37.3.tgz",
|
|
"fileCount": 6195,
|
|
"unpackedSize": 25672355
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.37.5": {
|
|
"name": "pnpm",
|
|
"version": "1.37.5",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2d488f777cd655491c41cb6bbb1b3b5ba7b93247",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.37.5.tgz",
|
|
"fileCount": 6190,
|
|
"unpackedSize": 25660872
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.38.0": {
|
|
"name": "pnpm",
|
|
"version": "1.38.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "77423ca9580879435a707553bdf7d2b39d698a1d",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.38.0.tgz",
|
|
"fileCount": 6190,
|
|
"unpackedSize": 25661986
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.38.2": {
|
|
"name": "pnpm",
|
|
"version": "1.38.2",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f0a9312db086d1446261575a69e05bdd545743aa",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.38.2.tgz",
|
|
"fileCount": 6200,
|
|
"unpackedSize": 25682695
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.38.3": {
|
|
"name": "pnpm",
|
|
"version": "1.38.3",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "84b7ce1eee5d893c51995752e8afc2ee726539e3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.38.3.tgz",
|
|
"fileCount": 6205,
|
|
"unpackedSize": 25716021
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.39.0": {
|
|
"name": "pnpm",
|
|
"version": "1.39.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "34e63c7522c9a9972ab4b84a8bf8726c1a72c69b",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.39.0.tgz",
|
|
"fileCount": 6166,
|
|
"unpackedSize": 25495887
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.39.1": {
|
|
"name": "pnpm",
|
|
"version": "1.39.1",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "3a6cb79d56f6de9eb7ac9654eeee05ca494447f2",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.39.1.tgz",
|
|
"fileCount": 6178,
|
|
"unpackedSize": 25543712
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.40.0": {
|
|
"name": "pnpm",
|
|
"version": "1.40.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e5aa4f60e32f64515853abff3d416f9e9571b498",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.40.0.tgz",
|
|
"fileCount": 6178,
|
|
"unpackedSize": 25554076
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.40.1": {
|
|
"name": "pnpm",
|
|
"version": "1.40.1",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "ade65742bee0a0963da0f9f49dfdce7e0f8593f1",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.40.1.tgz",
|
|
"fileCount": 6178,
|
|
"unpackedSize": 25554541
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.40.2": {
|
|
"name": "pnpm",
|
|
"version": "1.40.2",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^5.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "f7f651da3ab9572c4d8773b9447ee862792870dc",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.40.2.tgz",
|
|
"fileCount": 6178,
|
|
"unpackedSize": 25557184,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa05ixCRA9TVsSAnZWagAAufAP/jcWmIZZkX1S8WvaVDLp\nVxbdSKQEfotO0SWBahdIPX6mb3aMLQz7/U1UujlhRmURNZ4BJE0KffKtwB8n\nqjNXz+XFhbEbl4yjjLBgf2VeV6TfTsegGD6oWcM453e3LAd4vOOATNbEfzlB\nReUonpKFX06Uc3LqHLt0Ya4RgUzhqg/jV7IQFGbh4cra3/HaC0hL4ovWUiD0\nEaAB8zg627D7hhkm1Nsb2qZ0KQCcGlk4TIyltZCFF5pHnpakZERvRNf6tqxq\nAnVRGh72tursjau69zz7Cuop4rR8fZjzWmIUNA2sIMsRNrbh5pUP33UqrRzV\njjAKEs8gmtXrkw0JGraz8bXqQojDflPkqZctKa+6t02lUEiKJaBpBxJgcA+5\na85nzBrkf8ry3I4n44peU+ta9wXmHSulmfPAPQ9RzTmEv3FYlQW/DFuAxoEI\nHRBQjeZt3+XmaEZ7wRLhX4hjUfODIEaZYBpdZzuIlZqNlAJMQkzX5dRdB+hE\no+R6DPGZsa1BDRGkFSEhHj0q4ScOWRDUkkVtoVBhsYv0t3iWfNIygnSDFiAs\nb60Uw1pGAL2OPBxBaw5Z6fCOMzIVzTGvZHKAmpNxeJl9b4JJv/9KQIPE4nkF\nqWYZEL1lOvrfEfEjcJp3KRCUnfVbGztcXmrZ82kWLYON9MveKu/+mcxvjWwy\ni49k\r\n=CIwl\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.41.0": {
|
|
"name": "pnpm",
|
|
"version": "1.41.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2faf42cac149d6fce2e6e221c2766ffdbb599523",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.41.0.tgz",
|
|
"fileCount": 6191,
|
|
"unpackedSize": 25608031,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2RszCRA9TVsSAnZWagAA16wP/A14/14zGblvj/S7ELru\nE+u/4TAM/4fgow5E5aLT3o5b7/ROcnyOUeot482y+q/KZ+NuJ9o8tNOl2Fb6\n6ho/UtfXWVud2f7bn4rW77Ny+jqkl7i+D/Gb73A1Tn096jf+2yu3ERRdjHgh\nAnHjOgZJbxO07d/QZPQsq8xyYyMwtsc/i509MG4CxbD33DkHZFuo0ViodwLa\nieIBnXhbRj2Pq5eJZvWL/Gq+kLE+8a3XA64vY8v+MF0P9oeFWvUjQa2a4LRn\nLxP4J9mMz6/k+U1VAA0ctIcbGWUadCACjafRxMvkodSpKRct3YSUv89D9tbY\n+ojkG2ojX2fMxWllnZ2YA++7SMXyplaKcHfDYpSJA7drcS6/MZBrDalfat76\nZNXgw5AHmfMUglX8ZqfyJrOUhT4kfbUm4oviPfsm6Gvw01s94LUj6P9hg+1d\nxPGQ/hrChvPpWPSGdLBH++gHST3WmEv/1JneLw06IYkTP7VYvfxgy5PyRVrz\n89jcF/BRF5h2MD9PM2kT28RpUk5Vhx53SNn3ZcMdzX5eO55ONCj5W6FRKyrR\n2EkNeN5f7QpmXpZk2mgn+RUJxn7ob74uOK+Y4C1m007Ea6sSPPF7oT+uvOco\nkmFnExxx4tq1nONj0r3xYhW4WkBhFMP2umiqthODrZj/ytXSh60r5Z00EGP9\nVwSI\r\n=uLLa\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.41.1": {
|
|
"name": "pnpm",
|
|
"version": "1.41.1",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "edbc830a69917e6dc4419fdf932722cdb5a7caa2",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.41.1.tgz",
|
|
"fileCount": 6189,
|
|
"unpackedSize": 25607646,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2ny3CRA9TVsSAnZWagAA2tcP/inas7n5mOhObfWGBg9O\nDx8RYC2TYGCMiG36CvWGv/PIz41SZErtpyTg989EpBWhrP2UQA2Y53mrPv9/\n8nZ64b6+Id0LBaLBChatvE+MG7+OH0OUyR988GErJfjRiHRwQFCSU9wXOXL4\nRHuneg+cjJHzajaMxzpufupujRAz9QDzZrN+6qzBCKj0RTJQirOVfX6jywPC\nJMQSvWeWWBcMbutjoAll7zvtGGLwscGS1RhNQOARbVQPy0646JV8M678WvGk\nXAAKZffTO6CIIrmtG6V/Csjp5xfgjEmdYssAOsmNjQ/5/RGRiE2iJVvULSn3\ninYyZNt3jhs94jc9nkrrtHEBRfOdRxh5OxEeSWCRhi+GaVRIVWu6117IXsEs\n4vZAACeVxWmthyMEH/BsZyqzjDwQfalPnvCxmHYFPvzleUPM73VMnPFgkaZs\ndI6zvnKG5xaW1NLzXHQwANTjY+N8VxYYXE0Sg1zpI/aBlUx6QFF2gVoJA/cE\nkOPP6vDGnn+qRmMxBVrNpu1M0soUcON7/ZTld6NWT0OVlbYf0o6wo3xluR++\nopV3zJLdYdW50T5Iq1m6G5wIBRWWXVFFpFSPO79i+06vYwhUW7Sih3ZuTfqk\nmJ8aYM+cFT+CI/ryc809VtaTAll4tIMl/LKKL58rs0wz3mc2dRq1tSL4eHp1\nof+g\r\n=9jVy\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.41.2": {
|
|
"name": "pnpm",
|
|
"version": "1.41.2",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7e00734f120556e948301eaa34b6ea46adb512c3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.41.2.tgz",
|
|
"fileCount": 6189,
|
|
"unpackedSize": 25610731,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3G5bCRA9TVsSAnZWagAAYncQAIoltngeARnFi3Sln67y\nHsfFLWXJ98jL7+/fRIuWcSUp/LpwhE5UP4+XfD2dJ3omtIX3o0pLOVu7cFx+\nCOJjrsG189+vDVlAzWl2B4ELVmRkGogMwPYdOe3HPYG+b0cjAjKtiRi6CuMv\nE1Zsz+e8eFHLGGRoVue5l5VTuZHNYfMmjbGB59UjbxPcrUlkP2q2nnU/0Ehv\nh9s0IU2XeNf0Svg/RLVlhoRbtmtSkrDpsddKeTm2Tgd2YpunXlJ1xOToORc7\n2yLLsXUCMQw4oH6tdLL82DnfzOc4yZti890DPQXt1Ulk3oVkdeB5RNFG+Rde\nI/AMAdGRE8l/OO6sNnAtwmx6mtt+FamcFy4dJRB6a6FalzkLbN8EVUmx2834\nscBCa3dCL2lcjTHVcuy3FCpEZ22bgRF/5O6VsKuOrRU6FJlLpwu3Nq3ueR86\n8oWksG1meFUDsYOpEO0kbQgPI0XMXH4glamNJiNMOJsHjbYC8q3fRNgBdZVe\nfxUSakMWpOAwzPACBr+Y3sF6Lew3GH9Po1mnxYbHHjLwKdGVwLyHGLMivWmC\neEx40O9bY9oMc/NclkfpbtkqkS0gaiomeGtQyCz0PfGP5UHVYgbKQ845Xbw/\nURSSnTTuRBxiP1BCK71pRUppw3Q/1GKViSIA+fwhBcIC0rlj76BtzpZXraK2\n5L1u\r\n=6dHR\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.41.3": {
|
|
"name": "pnpm",
|
|
"version": "1.41.3",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.5.0",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "66b38792c8447702c47553a87dddc5748a3aefca",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.41.3.tgz",
|
|
"fileCount": 6199,
|
|
"unpackedSize": 25642476,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa64x8CRA9TVsSAnZWagAA8zsP/jtsjQMLmVuQM/bxGnXn\ng9mj2woI7ydEXwyDbDBqklvLFzxfVxhitgfNeULqIIlLxkfeY/Il7+VVVMHn\nYDaxxJSP14UdQsukaT4CAdCwphq7NJexGFhqhv9olzXMTvKOf+PUYcjIa/RT\nP06jiWfjXeBjmi/Ked5YgRcY8rbbXlossE5zoNwpI0lYKYTjErGPxF1gFol3\n6oVw3MjbNap66FAcmUlTrVaDV1jOLelVInpbNJwPY48sdOvIIns0rm97R/ao\ntC6vkpb28onO0PJ9zSNFpnZyDEL4bhL5vyYjnpePcUeQOnjN5ptTpA2Eb+V6\nIUUrCZiDFDlcnmfdUoYdEkuWeHRRhK4EpXZobGbzmW1JeuSTombf+x0aFjJn\nKjlWYqa20tO9t4KRWHNYj0uUIGOVCBaVlm+oVKjl3v9ZZiZ3XFY6NcQkdMSx\n8KoApE2X0a9wutDiM71O4rt6152lZtozRDSKAh7ThLDPPi61GJX98xg2q7N5\nEEEDiFxuk+/Uwwr7ZtVq/Zw5MSPJE/K5hOX/wWp93bHi7Er0z356TRzR222S\nzWSjvQnGuOu65HAxviqXd+sblhPIsapdOQ51MQsZnfKIEGFiWkAxWDmGARcm\nWgB68f2dCCstVBmp3tz94QSzC4/V/kIRIjacQvaJRH+a9WuMNfIc9yZkB0tP\ndbT8\r\n=rb3g\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.42.0": {
|
|
"name": "pnpm",
|
|
"version": "1.42.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^9.3.0",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "54fb610079d87de8afc6221f594aca12a93c80d6",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.42.0.tgz",
|
|
"fileCount": 6201,
|
|
"unpackedSize": 25660407,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8LqnCRA9TVsSAnZWagAAz4IP/2Dj+pT9E3iOIZxv3nsM\nqH7hhrlD78yjYhInlZOlBGbr6VqohTQC3vR+JWBCfVW2i2izA+mqg9gEpgDM\nO6gSTlZVLlOHjF0ewRfN9LYSIPHASrMWreigWxC/qtGfZsUOi/xTW9tc9sQI\n/dBKgY+beKE9cxhDlgODyMJ7LFIVP3fIF9iveIxJnrANF16gJ7MSwyEqlkKy\nwg7iDaZwtV0OamfoQmGIAe5DDCQYaJS7vKqVYLpDldTTJAfJ612hlnCbfIK8\ngvYzBuPAQKne0h/LrhBQgTsZBMGBaDT1MZmu03KzgWQRRlPWynFkDV+itKSC\n0KfB4YXq40e/0fiq231ELt82orjetJ3ZxOt3BxaoQQGbIqnhfRR/Xcn2aeus\nDMyqVMjUKtOtlEKSZt43LkhFuzW3H+0Czc0Qeup2ZaOyBQuoiQlGxqO7i0Ce\npQZgU6GOPFZIqOl9B+16HoQQrZzCNAii15X/7UwpvSPxcqawwrjleO44rOT8\nonI62G6z/AiBwtlvsnuTQG38JQ6Z6ng8toI+WytWzbpZHofet0jd3NpSDiwN\nz7/TQfEeJZFBi4jKJstxt3vSx0IBJyeqpBUBxIEFLkzlpTD6WEOpErA+iRnm\n37hycH0T1Mc+cgvKSjVEUdmmNjIE4FprUZjSiSCduKfBbzlJZUvM+NNx3nfJ\nTVm3\r\n=uNvF\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.43.0": {
|
|
"name": "pnpm",
|
|
"version": "1.43.0",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mz": "^2.6.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2608955708c9926ffdfad4c90f700a4f16b6a6fb",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.43.0.tgz",
|
|
"fileCount": 6237,
|
|
"unpackedSize": 25826585,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa82RlCRA9TVsSAnZWagAA8xoP/0Qi7HMBBCqULGorh3Fg\nv8mxkcMzBLEbKwygWO71JPS08rmhWrKm1QyfInWIfQvYKY0W7ehmzuiWX6QE\nX9dCmd6tmLswAJ41q1sLPPmnc/7GFRlhJUcmKYWZoMDDDFURMR7wa6ehP4ua\nf+EIpCeyui6r4zh45XNqmFtHgIfbjAlQOnd62eRI2vIqwnMy9/uZVIciL+KS\n8pzVE9vGa2+aa12AeLLewXTRz6FTPhMi2I5YCRIouk7WXzkSjUp5hHpSAGCt\nRJP31L7N5cI65gLDb+BVkf/k7WuBR9xg7VvJ6J099YFIhfn28QHB3TxOl2rP\nX0xp1W8z7akDVacKr7UjVHpX3nsJiy45Y8Uj4rUbO9SfULUYzwPgJWCrOxqm\nCW59MOautqPZymV1F3bT5qCLaIXSYqTXS1+igIZWkjdqh11uvUu8sO1xd2V5\nF9x37/4DqG3/irOlxaiUp5J2oKxEq2NIelm7/RaqtkK7o7SBmDhWpUASPQmh\nQbIRkgVkd1KTDQX4AINL1KsNmUVoR/O1EZ22MXW/9pSkqY2QEgUSHkANp+Oh\n++Y/STTOri8raFCk8xnbFJ2n8AlVrVY3wOJjTyhCQiNRkvwyn435DyufBPPs\nyBPZTlzSPAI4fUg6sbEsi/jPGdYOdcYa1nhRaTw8XgHxohvfS/VSMZ+BigG6\nHH/H\r\n=gkpJ\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"1.43.1": {
|
|
"name": "pnpm",
|
|
"version": "1.43.1",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "0766354192aa2d843bcf1ddb277627e5cbc9c1e9",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-1.43.1.tgz",
|
|
"fileCount": 6238,
|
|
"unpackedSize": 25840555,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9eGmCRA9TVsSAnZWagAAgXQQAKHOh3Z8ks0P1bfGYQAM\n/eWt+ibFwEg/LuUE+3ZPeZzN00ayLwFs9fxUjGae26b0ZMj2HvVm6KFo3fyu\nEz+oOfD8yBwfB3/gZsA3O4Ft10kJdDV1v7aakbyafq5zIDeH90xJMeJK2YLc\nfpf+PFEFThrjTiK1V9UHwb40y7+dgphm+I/QPPXvJmE+MrK4VMt6pbxQ+tBX\nV1S+W0SB7MLyCQuh4YUp7l6PrJbjXXw38DJWwbty8ZsinlH1UNDWnRdhjX1H\nhGEOGij+cN5qqwcDN79B2JkBDUFRUJ5sE85RSpYMR0PhE40NkMvksaaWEQfL\nG7D9JAsTEF9BRlJ0GvpxIqoUqc2Y+CClmLj5sg/S5JWZsqpvNlWH2SOkWT6+\na/U059W2rmmMPAKCYsiUZsQQ6zaAB7vklbiCJcguWi1+E9B1wtZYRvp8e6fI\nuJ4C7ABw2AgSv1mx0fPsSHsXy2+jGvVig7/wrLaSaD/zZ2LT1g/YfJeuuNHL\nD5WxroN9p7ceNsDwbhHy5f4+WTnjTXy4TevwK3seql0gFkGPc7weRCqVR8e9\n8uPTPBSh9zs41yp0AyCROuJbbiF8s1zNCTIz+GS9cmDJ+PHLmtb09ZfP0QDU\nSBDYkfxrOvwotNm/3MxraO8KwuFa6DWymceQ+wUJmvOTZ6vBvwiPVGaj15yf\ni03L\r\n=j6yn\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"2.0.0-rc.0": {
|
|
"name": "pnpm",
|
|
"version": "2.0.0-rc.0",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "be84bf81e1e348b8de5ec1c822a0e47251df90a7",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.0.0-rc.0.tgz",
|
|
"fileCount": 6260,
|
|
"unpackedSize": 26182666,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/eS1CRA9TVsSAnZWagAAyc8P/il+1dFYw43xY4ZxFoe3\nVI1e7dN0VCNddQI2kS1a3f5DHih8FKvDj8yYz7Cw/b6JMP01iMODnpZguoRl\nrnE0V/TrlybeV2xt3Rsm8ygqb7UQV1hTwFaNeRQUA91GCtNOXLQRoOF4d02n\nJZmxaU9h/l6pqYU23lWxAJSKq8CfaUY9m+dKU3eANB0sWSEs/khCbbdx2hQe\nhqTzI/EJGmj6dhsiWug3MDtezjTotppeFQxU5x1T7oo8mJeYRXGkORVSIt4W\ny0BO83xR388fsgS9wNouZL//tXTRKO2C0hXtmu3SVC4YtXc8mbgw45xmda1G\nIVgcHv7zkUT4BtFLF0OKz34My/TfSTddQXtozRmGbNX4wNv1Ugvy8nzKVAxW\nBPY1mZiijt1BQedsMY71aWxmyEXYyvA5QPUtB2cvvI5Kxxd5gYQLZqYbsn/c\nFEbnCYyQyf8JOkMm8XkZWQujHJadf1o72kR3iq73W7/Pa4vS5lDZrVa1bfID\nGhIhzG6VgJdJ/yc64Odl+oHhRmgC11qkyrtzuQVFU8+Ae1j0Gl17/zsxK042\nwu0JIjobm3LlD9R6NDGejqy0RQn+MxnqQdtgSEZ8H+sL1IlKJU90SQ4wD63m\nMxk056qIONrvMs+sxxLuMgff6Jw7HSa1zgZmMjdvPYZVHW3Oeokp57srfbiL\nT8mb\r\n=6Tgp\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.0.0": {
|
|
"name": "pnpm",
|
|
"version": "2.0.0",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "e45d8c65cc04e3bf7a54edeaadf4d5bab9d0f5e3",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.0.0.tgz",
|
|
"fileCount": 6260,
|
|
"unpackedSize": 26182660,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbAAoWCRA9TVsSAnZWagAA41AP/A+VN+19Es1GtnrDXeLM\nXsMGww8UBjHLKn8UFQp0qpqrJD3u0GdB/0W+jGq19DgJ04llguBkL6sM5IV0\nu34EP1SrqdCVIhg6KgsjJoYYlvIoLXwMZ1UAdglR+CYLCtCWfV+engf8pTnd\nRisZ21tT5GIHe1puOGjWV2H6nzlLL7ODUmvDwtGM0NyfP4jFxGOF2yn6W4jS\njxFOxKOwOQSQY/eQbIWMKbokvHKcxtJXZXsRv8HcPOUQWD9VQzx4sBMC++Es\nD6Sne2Sj+lMyOBMfQDFh8N0fDSA2OMh9mWsa8XAYcKQOU489CsDIGWy+HJSe\nbnsKz+s9yh8/xeQcleW4U9PIvoXfIYpkPFy/+rkYbvHux2d2ZtzpMUTjWHB7\nxZUucK2VoSq/Py2NJ3ReqbuLLBh6ZYe+l1hMV9zh1EtTO89LzJhXsqAh9K6j\nSFX0SK4e5dCJRZZxH3tLPAzcTd5hZ/PgAXgdD+VPW87HQLJFsJcfB9gRlMvr\nD/BGa/yl8X5ur7vxbSCU/rJJv2/0yrl2azd8NteU25k2ZpwGkkGKdoqci5xn\nDOVRpRmx9+er7TjTU50LrzwDsgW34ZJ2+9oUXbiKAlEFhO8buNElEU9KwVET\nNtIvH6rgs4s4RlQuaZGxGw8Ha8rbuOixpPUhxHKW9uHrH/fNBGM7aNOrMx1l\ntEJC\r\n=jq2Z\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.1.0": {
|
|
"name": "pnpm",
|
|
"version": "2.1.0",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7337c991f27d1a7f9379ea3773c256ba881d5fbb",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.1.0.tgz",
|
|
"fileCount": 6235,
|
|
"unpackedSize": 25927598,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbAyRBCRA9TVsSAnZWagAAm3YP/1EfiO1BC5Re+eFLQv9I\nAWFWxGPBTyZOFIV7StsKP3Stb+/I7gfqBPGTlOWPkyRLSQ+VwPfZVFnVjoVX\noMFZJGBpSaAq2PE7HsNe8Bc6i07DXCwfu816icdN5bGv+/kmyE62GOTm85Aw\nLV5C0Nok9wcnqvAcyKySSW6YPqxwirt5I7Knw9JpXsk6+OzHk1+aCL8zC/J9\ntoOaECtEB02iRR3cu/nOMODAY5lwtZnl2EE8fppbPT+YiK7sk6brS10X4WkM\neBSLjpf6PCyHfn/v0VBQ196QAre2xyge1TkqtKnSFbuiJz8lEDpIVsBmWwGu\nNEsE/z39FqBw9ZVWV7BHOvPvTzni2Jsqzqsn/XspQ6uVzzQGVyEVuooiogkv\nc62YmAnW4uvh2oAwsWQtSn8azrXP5miJ3wRc56bZMW88UU2zSRnQf+SiXB5n\nxQTEZvtLfYDi5j4jHi8cWEfQA110jh/MF2BEUzquJXuiCW98k+owsz8+etYR\nttZLc//0wtFiuxbi26p/qBhCyJCwhOO6nioj2N9UkWqL5v/769SuAy2wPFVi\nk+WFjQrBqaHkzvNc8o5fmpCB39iCFKVayB+NXOBrBhGTeuP8UsnpB0opTGoh\nV60HFTksFZnHkT7cF0gaieWzqyLs6NQex21NbpvzpfsE1tZ4vEjCkri3D/G2\nuiax\r\n=bPyc\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.2.0": {
|
|
"name": "pnpm",
|
|
"version": "2.2.0",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "7fa51e5cc24453ce3ffed03331deb04e9016557a",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.2.0.tgz",
|
|
"fileCount": 6222,
|
|
"unpackedSize": 25896887,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbB7qaCRA9TVsSAnZWagAA/4UQAIrRzdbNjmcUjHnllVbz\nNfvoULlE60mKk9M1CKMBtbLeE8+1Wqw/qvLS/YxzgUzyTdUyCXbxofUmU7ya\ntYqx66GtuCYGSaIt6MeGtMoHbsqmK1WKc76AGbL6ZbEtFvKwYo/tsM5ZDJ8F\n9Tpum2kny71aboGM3JCl4ACE1eoJfiGD7qIDC8hnsqYXlHoUWPJQd6XUEFuo\nl1tBVjssxwlapi4G3LjnWb7gSjkaSrlabE7nLZqGKmFj14pldOZzx3Jt8ExY\nfJJbxBYvOXDuH/vHbqWqFlNEmlvD3kqNvaRvmqdr94+0Op9f22lDITKHXBMz\nOm6TXHhFQjezHclD6R6Ez0Gza02u32euXXcIqbcDpJjmmWjCn97P37vF0yKC\nrp+EIKn4K+iZvw+WUBhPfX3nZqOy6g98lth6fFNBeNYmEGB8D8ro5A6WFszw\niVP3kRchr8GKKUmDZ8afyLKzgAKiz1F3CLmqhU62gFmAJ+YaOOiD1y2wLof1\n7BtftFHVWnT4GpZfVfeQTtQPmglB/Z64YI5iw/4yCc7gnvWYCQoK1bmp1MCf\nd29fjNPjiD2lMsKD7VoCceQNdk2hE1Xx0F1E/AOmubzKmMpgA4zlkSGmh7SC\nsmRItlUFWB+xxtsukbG0XRx75jutraW4xFDpwrJOPCeLN7tvUiqgezHGeTQ9\nRhaM\r\n=LkdY\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.0.1": {
|
|
"name": "pnpm",
|
|
"version": "2.0.1",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "8d6761b9817bb251d0432e701475858f2b50a078",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.0.1.tgz",
|
|
"fileCount": 4496,
|
|
"unpackedSize": 23667780,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCx0cCRA9TVsSAnZWagAAC/wP/3TTVCo6b1FahqJK06DV\nqkR8DybDQ2jZEJZhFLOF/0YpCt/Rskn4oC9xfxRA6Fd+goGLupJ9SC2/Ywdg\n2OHgurxHUAzS8hvRsD5CFvt18P+iK3VUFHtkZeLb6IjKQXwPXQQOIC22cQwr\nlB29mNErcpOBTbGpYAJBr3QFqD5oMWLH1Z7iAQIcRxvOHDU/wBbN4iMzCcgk\npzZywOPN2ZIupZA3SmLN1U2FAtSFpsVgvYQCQkvB/GT7BapkEdsLilW3pt9j\nwzUM3ZnGjuGrIv+Psn/ajMH5hpYAiyXchzxSb1BQIUYbpBCVpf5r0SryPcsK\nJ4OqMK8oKlWNXSYbiIP6oODc1qTcJRrZlEPy9KTB4ogEm8UE/LEt8Opnsqws\nDtgWNxpKbNug7tctcmJ0ifssQP2208vZsUjbRmIOZKj+YFxZvtyADT/Gw1hX\nbDrTKajl3+1xcZpFk/8cWkbZFXiY1g40xmS0iGCJJoX1R740t5BXCleXOdnK\nrgWrPiFNdykDiILtR8Mno6PFgH5PSoTzDnIAYCTMcDH5kSPEb01L6du65wzR\n1CNg+XHWUgh4txP6QLu7x9T+vW7r0qOOvPkW9fp8iuMbdQX029LU6BAfwggs\n/dLjX/pbswODOoydEn4klo/6ygvUi3cLxyxvZwiBo5ohhJn3/a2whahT8JxP\nV/xv\r\n=rI8K\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.2.1": {
|
|
"name": "pnpm",
|
|
"version": "2.2.1",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.7.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "04405c0aeffdcf426b8d86a19e9193e56227e414",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.2.1.tgz",
|
|
"fileCount": 4496,
|
|
"unpackedSize": 23669071,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDly5CRA9TVsSAnZWagAAHCAP/iYA+zYF3P4Bnmxkz3/i\nvYbToXRSvae10gME313VYqnELD8vr5tTqREnXDLKYxED9xpD+rBqQFyxrZVo\nefGZIqpNgOnBC8oce1RU9av6gI3gFgwZ/wy4fGKBi7ZrZx79ARAVDh/gxBh1\nxqkC8TEtKFnovjoy5k/LXJ6/4Yyi3zvhKUlFPHGP5/KeMF2LMW6L2iWagBOI\n27lEzJ/ZBEKJjtRUmK36T5iBG1Vhhry7hgHuDTs0u8zyxuAykiJUGZrCpA2O\nv8nHe9IQ/sD+ajIS8ESpLVfoXlttgQEeZ9c5HFkY6XFF+MV94557rkEVVVQz\nHCxzbEH20THHm8+Li3Q/GAUZTwhdo7jncXW3CGCKUQe1zu2sFF2TG6cG62LD\nmuTaBZxO8f1XO73zzZsdfF5A+SYJr693hcPiYnx/ZRcvbGxVIIS/yg/O2h0A\n7bk/1DWxEkPqPcnroFLynQNdGM9Mry81bZYKM7D04EQR0PJ6u47rtno5wbXF\ndg4iePvB61FmLVN7ceKhkyaXq2QhozdiIT8203FpzA/UMFNIdGWSKAqxD5vk\na7Xcl3NMoqan32dcGJ2Ax4v1bA6glem2JTVTnms3jfiv8ouxnFptcIxxYwVp\n1nnoB7U4I34bYXoUIEBkdfJqEXuCpwBf5P11oAx2qF/BqznkzKgkNvhFs0XR\ncY6/\r\n=CWLL\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.2.2": {
|
|
"name": "pnpm",
|
|
"version": "2.2.2",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.9.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "23d5ed8d7c5133ad46b4ac7b0ee63cbe7bdec688",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.2.2.tgz",
|
|
"fileCount": 4497,
|
|
"unpackedSize": 23681718,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEyv5CRA9TVsSAnZWagAARCgP+gLG1u5+uONUmfVRZTtK\n+SxUgbjLLQyRL9Js+JwZZA97hv+JSfMlC6WO2dNZRwxRpBs/QoUQKJriMKXa\nerqkI0JuxkNJlF7lMeTzNw7XoEqojwzISu+xkxwobk5CvkUdemM5BrJwt0Fq\n1xurYtN695/UOl3BlCgdH8lbSbGQPSpPMGqvQRw7fJbr1+Is+E9wnpUU0gaI\nLI8V7cEU2AdszDQ+KHFvTYimpoEg9mqVED2hkHiD2IhACqnE87aR16AUHefD\n0TUtVAwds6NJ87TxHD03q18BAwIc1nXGYgs91WxEqBL5QpHfMk/8hZKVZY4m\nNeYoC6Vfvv8M7hME0T4YZB8pRZuulFZSOc/0D8KFBv7uzKlTCvY9h6DY8Wt+\nNpEBDrQrwzB+jPFOz2lYq7LmCMc32GAcOW4K/RDz5zRYnwpJemWmOqeA8H8B\n4ixZ+11ktFcFpNbl/FcJEKv9WvBY5sgTWUlVTcd4RbW8MC7LFvOnOQ6c7rlU\nCmEA7TS99OVPOwGWsIWtXE15A4PN+M8D9D88Rk/ZY0oC9pSQ5u0gJ1h+vNr4\nOYrep4Y1N94+V/xp2x3FgFsQalPQXwruivpVeBuT5/jPOrt1Z7224/m4NhrH\nxkF4wGm1+cNu5gjsevoQMYy9/070b16kV/dRxmEmtLgCfy9xpOxMA27fgcDn\nmdes\r\n=aiUz\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.3.0": {
|
|
"name": "pnpm",
|
|
"version": "2.3.0",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"byline": "^5.0.0",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.9.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "0da349a5868aabd44b329bc75244709c5bb72017",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.3.0.tgz",
|
|
"fileCount": 4526,
|
|
"unpackedSize": 23738237,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFEYlCRA9TVsSAnZWagAAjAoP/iNg/EhOekWouhy/+7Sb\nQvK+s8i7z1z0s7Sb3UL82d8iWjqW2PpL06H+Uj7ftKnbsVx0YUwwORFShpYS\nZTRU27jpnIjjXKKnhfEdMhmTmEb+atxDEZzAoJhnWH5OvKe/2i1FAUyNJ0eG\nWiyS0yNW5We+w2L6vDAtLUtQawRQReFwKsHCV4JY4+CWJ/3yzChk7MWS9yWC\nbyud48zUs4Ndo/5GBvAi46YxDGNwW3dwukKbWNMVWM+TOL1UijgoeP5svkF7\nY0TGTTISIo17qy0jvCymxyI8XNB4l/KGUNQVP+kiQyq0XftIf8UinFBdLals\npyCIFzl7WbvxfN3Ld+y+a7gWYgnwHJ5uAQY4sD74WGSyThNiWzboSYNCHPU/\nKl8+Dmj3j7Ypo/wjl1q0B3txWy66rRZO3qWWHb8T8VFieXunwW3kLcoZ44fn\nqWGxxdVJU/x+Qxw9aFVdwtrkysCpsMoTzr55AmrJyvHHiTl+Yzp0EUownScB\n1poy1HqPpzDlVF0k1OJqPU1UEvPFEBVKji7LIuYXcBCuCQrKmuw2x9PrmvvE\nbyuS/U0jk6055UoDe2p8kaY2FgspzmLrApvkTLF1azQSSXiExgVO1GlZLE4l\nXqCsWPMFs+SYyG4/ZSEIpNrU+1yxjW6iQqG+M5SejifmkjoSCEWTcy0Uq0YW\nchyH\r\n=r4MX\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.3.1": {
|
|
"name": "pnpm",
|
|
"version": "2.3.1",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"byline": "^5.0.0",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^1.21.1",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.9.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b2272ab28e1dd541c72dd0fdf0625955d5ed4e05",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.3.1.tgz",
|
|
"fileCount": 4525,
|
|
"unpackedSize": 23742795,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGan6CRA9TVsSAnZWagAAu4IP/3KC0+MXQ0Emwj3MXlrv\neUzXbqbkR/nf4C1iVtD1GIvLJ8/EHI5PgjmdFpLGQ67U4Mr+5cy1Gkmtp6hR\nT45lJeSbAwNdfXnYVf0M2BamNXadP8c4GXkbGqZ5+UOT7cO5PAPImFK1Fo26\niBRotnFNJ7FkfCRrasP7YDYT2g9WRjvMycRexoPGSpmPTaV39/sXTzyUuAU+\nqMbZSHq9gIu/DDTi6ed7OCgg4rwYeRHSHZ0qCcC+EOjkCMRrVdNeBQG8ol+o\nioEak//sRFoSSrrdd50Dx8HJwSCJ4CiS5gZFNw8wQg4oVi7FXDhuTGwCFrWh\ne8ZP7SkBJrB9faLcqa7jdMB97Z1/PVvvxvvsU2+Q15wJk9CfNwpXFTdqtkfd\nyn5dBCpR+AzOde4WCX8TmTjUHyTt7kr2ZBi6Laf53f/yIfWQLplT3v5yKb3i\nJx7h8w6lWJwoh/rY7hubZ2aDYNPZzQn3YBlv1ZZ/th91JY9bN1gKVZTuX3Rd\ndqj04EpshZagWSlXsfrUkGmaxtch59N4Hi1GhWvFDo+VlrUc5fDSxRBj4RmX\ncAE5x/MfULuXuGL4RHrOZwd7v291RYayOAI3Bosow4JBhOUaWABA1EqVDlb6\n+lJT7xhl+3RCOu6Wo7Yo/AQpFEN079pILkfkuG2crXKLzuaXCxxLUgDF8AfN\nK8O7\r\n=B2J/\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"2.4.0": {
|
|
"name": "pnpm",
|
|
"version": "2.4.0",
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "^1.1.1",
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/delay": "^2.0.1",
|
|
"@types/load-json-file": "^2.0.6",
|
|
"@types/mkdirp": "^0.5.0",
|
|
"@types/node": "^10.0.6",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/ramda": "^0.25.0",
|
|
"@types/retry": "^0.10.2",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/tape": "^4.2.30",
|
|
"@types/update-notifier": "^2.0.0",
|
|
"@types/write-json-file": "^2.2.1",
|
|
"@zkochan/husky": "^0.0.0",
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"byline": "^5.0.0",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"execa": "^0.10.0",
|
|
"exists-link": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"normalize-newline": "^3.0.0",
|
|
"npm-run-all": "^4.0.1",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"package-preview": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"pnpm-registry-mock": "^2.0.0",
|
|
"read-pkg": "^3.0.0",
|
|
"retry": "^0.12.0",
|
|
"rimraf": "^2.5.4",
|
|
"rimraf-then": "^1.0.1",
|
|
"semver": "^5.3.0",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^3.0.0",
|
|
"ts-node": "^6.0.0",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.9.1",
|
|
"write-json-file": "^2.3.0",
|
|
"write-pkg": "^3.1.0",
|
|
"write-yaml-file": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js",
|
|
"pnpx": "lib/bin/pnpx.js"
|
|
},
|
|
"_hasShrinkwrap": false,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "54c27537e831f91d5afe63320a5aa2df597efe84",
|
|
"tarball": "https://registry.npmjs.org/pnpm/-/pnpm-2.4.0.tgz",
|
|
"fileCount": 4561,
|
|
"unpackedSize": 23965585,
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHlpqCRA9TVsSAnZWagAAcyUP/2GIU16nXi2qGskNWp+a\nh+KzAHkOFEsvYMI9C7lX6Q22swx1OlAPZ3rvTCzR7MGFJE06n2DT8eWDTA7c\ngFzA97TjbBzw+ilran6fA7ExseZUcldyLwFjdHbYsY0uFo68UuQgtm0UWfCc\n0pJ0FHViiU57d/FiRlDcyVJq94N7H9yoAEFdlMATzqO8a180Kjzqj6fdHrD0\neGYRvd0adrxJT5cbdr0Ybdm/EMJLlA5GGHadx/NTncHex0QIGfIBwPq+A0Zb\nrMYNTn5eybbRPxd3yKx6YjuHhwWf2MG+b9U47KHJ508tGQ1boPzJmPBCCZAw\nWYUXbGxTlZbOwly9JIKpesmUuxJnzwT49HNa/MmyQAmIwL1c9I6T0Q9PmWAD\nRJNDTxcSXhDgdmFRTob3/viBrhBzQ/cpyHe4SMPqYRGE/AyWo80tj6f/hGqw\nwLYBTP76Ms/tPfjcv4HOJZLed1t++iyMYOteY3EkbIis/j669WwMjhFbHew9\nEk9qFxC99VduhXmS5By+Z7sB7P+8+x6UycJiDhVqqnQKB19bTphEe8yLa1bJ\nxgqOQgs1zo+/2jrf6bGhaNcxEX+ZF7ZPobMkV/vkGbHR3JU/puBKGtO7Ll5+\n5E9NPFs91lC/ak8Cp5f9i071RPg7ddEvdH7S2ver/5e9IjZHi9TiqF0cJWES\nD4Xs\r\n=ynZz\r\n-----END PGP SIGNATURE-----\r\n"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
}
|
|
},
|
|
"name": "pnpm",
|
|
"dist-tags": {
|
|
"latest": "2.4.0",
|
|
"stable": "2.2.2",
|
|
"next": "2.4.0",
|
|
"latest-1": "1.43.1"
|
|
},
|
|
"modified": "2018-06-11T14:30:02.879Z"
|
|
}
|