UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

161 lines (160 loc) 4.16 kB
{ "_args": [ [ { "raw": "superstatic@4.0.1", "scope": null, "escapedName": "superstatic", "name": "superstatic", "rawSpec": "4.0.1", "spec": "4.0.1", "type": "version" }, "C:\\src\\pnpm\\node_modules\\metalsmith-start" ] ], "_from": "superstatic@4.0.1", "_id": "superstatic@4.0.1", "_inCache": true, "_installable": true, "_location": "/superstatic", "_nodeVersion": "0.12.7", "_npmUser": { "name": "mbleigh", "email": "michael@intridea.com" }, "_npmVersion": "2.11.3", "_phantomChildren": { "brace-expansion": "1.1.6", "inflight": "1.0.5", "inherits": "2.0.1", "jsonfile": "2.3.1", "once": "1.3.3", "path-is-absolute": "1.0.0", "rimraf": "2.5.4" }, "_requested": { "raw": "superstatic@4.0.1", "scope": null, "escapedName": "superstatic", "name": "superstatic", "rawSpec": "4.0.1", "spec": "4.0.1", "type": "version" }, "_requiredBy": [ "/metalsmith-start" ], "_resolved": "https://registry.npmjs.org/superstatic/-/superstatic-4.0.1.tgz", "_shasum": "238b0a0afce0b99c68d8ceed669180a439769846", "_shrinkwrap": null, "_spec": "superstatic@4.0.1", "_where": "C:\\src\\pnpm\\node_modules\\metalsmith-start", "author": { "name": "Firebase", "url": "https://www.firebase.com/" }, "bin": { "superstatic": "bin/server" }, "bugs": { "url": "https://github.com/firebase/superstatic/issues" }, "dependencies": { "as-array": "^1.0.0", "async": "^1.2.1", "basic-auth-connect": "^1.0.0", "chalk": "^1.0.0", "char-spinner": "^1.0.1", "compare-semver": "^1.0.0", "compression": "^1.2.2", "connect": "^3.3.3", "connect-query": "^0.2.0", "destroy": "^1.0.3", "fast-url-parser": "^1.1.3", "fs-extra": "^0.20.0", "glob": "^5.0.3", "glob-slasher": "^1.0.1", "home-dir": "^1.0.0", "is-url": "^1.2.1", "join-path": "^1.0.0", "lodash": "^3.1.0", "mime-types": "^2.0.4", "minimatch": "^2.0.1", "morgan": "^1.5.0", "nash": "^2.0.0", "on-finished": "^2.2.0", "on-headers": "^1.0.0", "path-to-regexp": "^1.2.1", "router": "^1.0.0", "rsvp": "^3.1.0", "string-length": "^1.0.0", "try-require": "^1.0.0", "update-notifier": "0.3.2" }, "description": "A static file server for fancy apps", "devDependencies": { "chai": "^3.0.0", "chai-as-promised": "^5.1.0", "concat-stream": "^1.5.1", "eslint": "^1.8.0", "istanbul": "^0.4.0", "mocha": "^2.0.1", "nsp": "^1.0.0", "request": "^2.51.0", "sinon": "^1.17.2", "sinon-chai": "^2.8.0", "std-mocks": "^1.0.0", "supertest": "^1.0.1" }, "directories": {}, "dist": { "shasum": "238b0a0afce0b99c68d8ceed669180a439769846", "tarball": "https://registry.npmjs.org/superstatic/-/superstatic-4.0.1.tgz" }, "gitHead": "4d4ef2753204c6e2d34980764f80ac44a3442ebb", "homepage": "https://github.com/firebase/superstatic#readme", "keywords": [ "static", "server", "firebase", "hosting", "pushstate", "html5", "router", "file", "directory", "hash", "hashbang" ], "license": "MIT", "main": "./lib", "maintainers": [ { "name": "scottcorgan", "email": "scottcorgan@gmail.com" }, { "name": "mbleigh", "email": "michael@intridea.com" } ], "name": "superstatic", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/firebase/superstatic.git" }, "scripts": { "audit": "npm shrinkwrap --dev && nsp audit-shrinkwrap || true && rm npm-shrinkwrap.json", "coverage": "istanbul cover --print detail ./node_modules/.bin/_mocha -- test/unit/** test/integration/**", "lint": "eslint .", "outdated": "npm outdated --depth 0", "test": "npm run lint && npm run coverage", "test-integration": "mocha test/integration/**", "test-unit": "mocha test/unit/**", "watch": "mocha -w test/unit/** test/integration/**" }, "version": "4.0.1" }