UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

113 lines (112 loc) 2.91 kB
{ "_args": [ [ { "raw": "tiny-lr@0.2.1", "scope": null, "escapedName": "tiny-lr", "name": "tiny-lr", "rawSpec": "0.2.1", "spec": "0.2.1", "type": "version" }, "C:\\src\\pnpm\\node_modules\\metalsmith-start" ] ], "_from": "tiny-lr@0.2.1", "_id": "tiny-lr@0.2.1", "_inCache": true, "_installable": true, "_location": "/tiny-lr", "_nodeVersion": "4.0.0", "_npmUser": { "name": "shama", "email": "kyle@dontkry.com" }, "_npmVersion": "3.3.4", "_phantomChildren": {}, "_requested": { "raw": "tiny-lr@0.2.1", "scope": null, "escapedName": "tiny-lr", "name": "tiny-lr", "rawSpec": "0.2.1", "spec": "0.2.1", "type": "version" }, "_requiredBy": [ "/metalsmith-start" ], "_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz", "_shasum": "b3fdba802e5d56a33c2f6f10794b32e477ac729d", "_shrinkwrap": null, "_spec": "tiny-lr@0.2.1", "_where": "C:\\src\\pnpm\\node_modules\\metalsmith-start", "author": { "name": "mklabs" }, "bugs": { "url": "https://github.com/mklabs/tiny-lr/issues" }, "config": { "test_port": "9001" }, "dependencies": { "body-parser": "~1.14.0", "debug": "~2.2.0", "faye-websocket": "~0.10.0", "livereload-js": "^2.2.0", "parseurl": "~1.3.0", "qs": "~5.1.0" }, "description": "Tiny LiveReload server, background-friendly", "devDependencies": { "connect": "^3.4.0", "express": "^4.1.1", "mocha": "^2.3.3", "phantomjs": "^1.9.7-5", "request": "^2.34.0", "supertest": "^1.1.0", "wd": "^0.3.12" }, "directories": {}, "dist": { "shasum": "b3fdba802e5d56a33c2f6f10794b32e477ac729d", "tarball": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz" }, "gitHead": "7839c0b6b5097eab7b241781c9ce442d384eaf5b", "homepage": "https://github.com/mklabs/tiny-lr", "license": "MIT", "main": "./lib", "maintainers": [ { "name": "mklabs", "email": "daniel.mickael@gmail.com" }, { "name": "shama", "email": "kyle@dontkry.com" } ], "name": "tiny-lr", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/mklabs/tiny-lr.git" }, "scripts": { "get-change": "curl http://localhost:35729/changed?files=site.css", "phantom-start": "sh scripts/phantom-start", "phantom-stop": "sh scripts/phantom-stop", "post-change": "sh scripts/post-change", "posttest": "npm run phantom-stop", "prepublish:": "npm test", "pretest": "npm run phantom-start", "serve": "node examples/express/server.js", "test": "mocha --reporter spec test/wd test", "test-debug": "DEBUG=tinylr:* mocha --reporter list", "test-debug-all": "DEBUG=* mocha --reporter list" }, "version": "0.2.1" }