UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

103 lines (102 loc) 2.73 kB
{ "_args": [ [ { "raw": "fast-url-parser@^1.1.3", "scope": null, "escapedName": "fast-url-parser", "name": "fast-url-parser", "rawSpec": "^1.1.3", "spec": ">=1.1.3 <2.0.0", "type": "range" }, "C:\\src\\pnpm\\node_modules\\superstatic" ] ], "_from": "fast-url-parser@>=1.1.3 <2.0.0", "_id": "fast-url-parser@1.1.3", "_inCache": true, "_installable": true, "_location": "/fast-url-parser", "_nodeVersion": "0.10.34", "_npmUser": { "name": "esailija", "email": "petka_antonov@hotmail.com" }, "_npmVersion": "2.1.12", "_phantomChildren": {}, "_requested": { "raw": "fast-url-parser@^1.1.3", "scope": null, "escapedName": "fast-url-parser", "name": "fast-url-parser", "rawSpec": "^1.1.3", "spec": ">=1.1.3 <2.0.0", "type": "range" }, "_requiredBy": [ "/superstatic" ], "_resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", "_shasum": "f4af3ea9f34d8a271cf58ad2b3759f431f0b318d", "_shrinkwrap": null, "_spec": "fast-url-parser@^1.1.3", "_where": "C:\\src\\pnpm\\node_modules\\superstatic", "author": { "name": "Petka Antonov", "email": "petka_antonov@hotmail.com", "url": "http://github.com/petkaantonov/" }, "bugs": { "url": "http://github.com/petkaantonov/urlparser/issues" }, "dependencies": { "punycode": "^1.3.2" }, "description": "Extremely fast implementation of node core url library", "devDependencies": { "jshint": "^2.5.10", "querystringparser": "^0.1.1", "tap-dot": "^0.2.3", "tap-spec": "^2.1.1", "tape": "^3.0.3" }, "directories": {}, "dist": { "shasum": "f4af3ea9f34d8a271cf58ad2b3759f431f0b318d", "tarball": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz" }, "gitHead": "545dcd3ecf148ac9e27a8910db54f9a6f74f441b", "homepage": "https://github.com/petkaantonov/urlparser", "keywords": [ "fast", "parse", "parser", "url", "uri", "performance" ], "license": "MIT", "main": "./src/urlparser.js", "maintainers": [ { "name": "esailija", "email": "petka_antonov@hotmail.com" } ], "name": "fast-url-parser", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/petkaantonov/urlparser.git" }, "scripts": { "bench": "node ./benchmark/urlparser.js", "bench-node": "node ./benchmark/nodecore.js", "dot": "node ./test/index.js | tap-dot", "jshint": "jshint --verbose ./src/*", "test": "npm run jshint && node ./test/index.js | tap-spec" }, "version": "1.1.3" }