1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "warehouse@^4.0.0",
- "_id": "warehouse@4.0.2",
- "_inBundle": false,
- "_integrity": "sha512-GixS7SolBGu81rnxYM6bScxdElLM97Jx/kr0a6B6PGBWFqvHeuWFj7QbgEX1YWZSxiJt/aR6dBVQKC/PvvihdQ==",
- "_location": "/warehouse",
- "_phantomChildren": {
- "picocolors": "1.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "warehouse@^4.0.0",
- "name": "warehouse",
- "escapedName": "warehouse",
- "rawSpec": "^4.0.0",
- "saveSpec": null,
- "fetchSpec": "^4.0.0"
- },
- "_requiredBy": [
- "/hexo"
- ],
- "_resolved": "https://registry.npmmirror.com/warehouse/-/warehouse-4.0.2.tgz",
- "_shasum": "5ea59381c59e2187bcd77d25d8a628b1e1ffc53d",
- "_spec": "warehouse@^4.0.0",
- "_where": "/var/www/AfterAales/node_modules/hexo",
- "author": {
- "name": "Tommy Chen",
- "email": "tommy351@gmail.com",
- "url": "http://zespia.tw"
- },
- "bugs": {
- "url": "https://github.com/hexojs/warehouse/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bluebird": "^3.2.2",
- "cuid": "^2.1.4",
- "graceful-fs": "^4.1.3",
- "hexo-log": "^3.0.0",
- "is-plain-object": "^5.0.0",
- "jsonparse": "^1.3.1",
- "rfdc": "^1.1.4",
- "through2": "^4.0.2"
- },
- "deprecated": false,
- "description": "Simple JSON-based database",
- "devDependencies": {
- "chai": "^4.2.0",
- "chai-as-promised": "^7.1.1",
- "eslint": "^8.1.0",
- "eslint-config-hexo": "^5.0.0",
- "jsdoc": "^3.4.0",
- "lodash": "^4.17.15",
- "minami": "^1.1.1",
- "mocha": "^9.2.0",
- "nyc": "^15.0.0",
- "sinon": "^9.0.2"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "lib/"
- ],
- "homepage": "https://github.com/hexojs/warehouse#readme",
- "keywords": [
- "database",
- "json",
- "db"
- ],
- "license": "MIT",
- "main": "lib/database",
- "name": "warehouse",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hexojs/warehouse.git"
- },
- "scripts": {
- "eslint": "eslint lib test",
- "jsdoc": "jsdoc --configure .jsdoc.json",
- "test": "mocha \"test/scripts/**/*.js\"",
- "test-cov": "nyc --reporter=lcovonly --reporter=text-summary npm test"
- },
- "version": "4.0.2"
- }
|