{ "_args": [ [ "posthtml-attrs-parser@0.1.1", "D:\\Hjm项目\\suyi1111" ] ], "_from": "posthtml-attrs-parser@0.1.1", "_id": "posthtml-attrs-parser@0.1.1", "_inBundle": false, "_integrity": "sha512-ZFZfTIb74uHFdn80+7DyP+qrryDX/Bb7Q2rUaByh6iUJ1HlKGSxkChKORpwIUHjChJDzcKEtnyXxzXzcjpH9CQ==", "_location": "/posthtml-attrs-parser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "posthtml-attrs-parser@0.1.1", "name": "posthtml-attrs-parser", "escapedName": "posthtml-attrs-parser", "rawSpec": "0.1.1", "saveSpec": null, "fetchSpec": "0.1.1" }, "_requiredBy": [ "/rollup-plugin-vue" ], "_resolved": "https://registry.npmjs.org/posthtml-attrs-parser/-/posthtml-attrs-parser-0.1.1.tgz", "_spec": "0.1.1", "_where": "D:\\Hjm项目\\suyi1111", "author": { "name": "Kirill Maltsev", "email": "maltsevkirill@gmail.com" }, "babel": { "presets": [ "es2015" ] }, "bugs": { "url": "https://github.com/maltsev/posthtml-attrs-parser/issues" }, "dependencies": { "object-assign": "^4.0.1" }, "description": "PostHTML helper that gives a better API to work with tag's attrs", "devDependencies": { "babel-cli": "^6.3.15", "babel-core": "^6.3.15", "babel-eslint": "^4.1.6", "babel-preset-es2015": "^6.3.13", "eslint": "^1.10.3", "expect": "^1.13.0", "mocha": "^2.3.4", "posthtml": "^0.8.0" }, "homepage": "https://github.com/maltsev/posthtml-attrs-parser", "keywords": [ "posthtml", "posthtml-plugin", "html", "postproccessor", "parser" ], "license": "MIT", "main": "index.js", "name": "posthtml-attrs-parser", "repository": { "type": "git", "url": "git://github.com/maltsev/posthtml-attrs-parser.git" }, "scripts": { "compile": "rm -f lib/*.js && node_modules/.bin/babel -d lib/ lib/", "lint": "eslint *.js lib/*.es6 test/", "prepublish": "npm run compile", "pretest": "npm run lint && npm run compile", "test": "_mocha --compilers js:babel-core/register" }, "version": "0.1.1" }