| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "named-placeholders@1.1.3",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "named-placeholders@1.1.3",
- "_id": "named-placeholders@1.1.3",
- "_inBundle": false,
- "_integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==",
- "_location": "/named-placeholders",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "named-placeholders@1.1.3",
- "name": "named-placeholders",
- "escapedName": "named-placeholders",
- "rawSpec": "1.1.3",
- "saveSpec": null,
- "fetchSpec": "1.1.3"
- },
- "_requiredBy": [
- "/mysql2"
- ],
- "_resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.3.tgz",
- "_spec": "1.1.3",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Andrey Sidorov",
- "email": "sidorares@yandex.com"
- },
- "bugs": {
- "url": "https://github.com/sidorares/named-placeholders/issues"
- },
- "dependencies": {
- "lru-cache": "^7.14.1"
- },
- "description": "sql named placeholders to unnamed compiler",
- "devDependencies": {
- "mocha": "^5.2.0",
- "should": "^13.2.3"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "files": [],
- "homepage": "https://github.com/sidorares/named-placeholders#readme",
- "keywords": [
- "sql",
- "pdo",
- "named",
- "placeholders"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "named-placeholders",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sidorares/named-placeholders.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.1.3"
- }
|