123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "hexo-front-matter@^2.0.0",
- "_id": "hexo-front-matter@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-IR3tjAyK2Ga/0a/WDAoNy5+n3ju2/mkuAsCDEeGgGLf5+7kkiOkkG/FrnueuYgz0h2MPfWDLBiDsSTCmB0sLCA==",
- "_location": "/hexo-front-matter",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hexo-front-matter@^2.0.0",
- "name": "hexo-front-matter",
- "escapedName": "hexo-front-matter",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/hexo"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-front-matter/-/hexo-front-matter-2.0.0.tgz",
- "_shasum": "03f39a9eedb16c5448dbb3bec7dff2c4e224006c",
- "_spec": "hexo-front-matter@^2.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/hexo-front-matter/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "js-yaml": "^3.13.1"
- },
- "deprecated": false,
- "description": "Front-matter parser.",
- "devDependencies": {
- "chai": "^4.2.0",
- "eslint": "^7.1.0",
- "eslint-config-hexo": "^4.0.0",
- "mocha": "^8.0.1",
- "moment": "^2.24.0",
- "nyc": "^15.0.0"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "lib/"
- ],
- "homepage": "https://github.com/hexojs/hexo-front-matter#readme",
- "keywords": [
- "front-matter",
- "front matter",
- "yaml",
- "yml",
- "hexo",
- "json"
- ],
- "license": "MIT",
- "main": "lib/front_matter",
- "name": "hexo-front-matter",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hexojs/hexo-front-matter.git"
- },
- "scripts": {
- "eslint": "eslint .",
- "test": "mocha test/index.js",
- "test-cov": "nyc npm run test"
- },
- "version": "2.0.0"
- }
|