UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

127 lines (126 loc) 2.89 kB
{ "_args": [ [ { "raw": "sepia@2.0.1", "scope": null, "escapedName": "sepia", "name": "sepia", "rawSpec": "2.0.1", "spec": "2.0.1", "type": "version" }, "C:\\src\\pnpm" ] ], "_from": "sepia@2.0.1", "_id": "sepia@2.0.1", "_inCache": true, "_installable": true, "_location": "/sepia", "_npmUser": { "name": "avik-das", "email": "avik.das@berkeley.edu" }, "_npmVersion": "1.2.30", "_phantomChildren": {}, "_requested": { "raw": "sepia@2.0.1", "scope": null, "escapedName": "sepia", "name": "sepia", "rawSpec": "2.0.1", "spec": "2.0.1", "type": "version" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/sepia/-/sepia-2.0.1.tgz", "_shasum": "51608fc33aa23711af2e5949a95096bb7e1aab97", "_shrinkwrap": null, "_spec": "sepia@2.0.1", "_where": "C:\\src\\pnpm", "author": { "name": "Avik Das", "email": "avik.das@berkeley.edu" }, "bugs": { "url": "https://github.com/linkedin/sepia/issues" }, "contributors": [ { "name": "Vlad Shlosberg", "url": "https://github.com/vshlos" }, { "name": "Ethan Goldblum", "url": "https://github.com/egoldblum" }, { "name": "Shao-Hua Kao", "url": "https://github.com/ethankao" }, { "name": "Deepank Gupta", "url": "https://github.com/deepankgupta" }, { "name": "Priyanka Salvi", "url": "http://www.linkedin.com/in/coolsmartgalpriyankanew" }, { "name": "Ashima Atul", "url": "https://github.com/ashimaatul" } ], "dependencies": { "levenshtein": "1.0.2" }, "description": "A VCR-like module that records HTTP interactions and plays them back for speed and reliability", "devDependencies": { "jshint": "2.x", "lodash": "2.x", "mocha": "1.x", "request": "2.x", "should": "2.x", "sinon": "1.x", "step": "0.x", "then-request": "2.x" }, "directories": {}, "dist": { "shasum": "51608fc33aa23711af2e5949a95096bb7e1aab97", "tarball": "https://registry.npmjs.org/sepia/-/sepia-2.0.1.tgz" }, "engines": { "node": ">=0.8" }, "homepage": "https://github.com/linkedin/sepia", "keywords": [ "http", "testing" ], "license": "Apache", "maintainers": [ { "name": "avik-das", "email": "avik.das@berkeley.edu" }, { "name": "deepankgupta", "email": "deepankgupta@gmail.com" } ], "name": "sepia", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/linkedin/sepia.git" }, "scripts": { "test": "jshint --config .jshintrc index.js src test examples && mocha test && sh examples/run-all-examples.sh" }, "version": "2.0.1" }