You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.4 KiB
109 lines
3.4 KiB
{
|
|
"_from": "preact-markup@^1.6.0",
|
|
"_id": "preact-markup@1.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-n00oV2FTHdda8+HSzRIVBbCZhrw=",
|
|
"_location": "/preact-markup",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "preact-markup@^1.6.0",
|
|
"name": "preact-markup",
|
|
"escapedName": "preact-markup",
|
|
"rawSpec": "^1.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pillarjs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/preact-markup/-/preact-markup-1.6.0.tgz",
|
|
"_shasum": "9f4d285761531dd75af3e1d2cd121505b09986bc",
|
|
"_spec": "preact-markup@^1.6.0",
|
|
"_where": "/var/www/htdocs/coze/socket/node_modules/pillarjs",
|
|
"amdName": "preactMarkup",
|
|
"author": {
|
|
"name": "Jason Miller",
|
|
"email": "jason@developit.ca"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/developit/preact-markup/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"preact": "*"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Render HTML/XML using VDOM, with Custom Elements mapped to Components.",
|
|
"devDependencies": {
|
|
"babel-core": "^6.9.0",
|
|
"babel-eslint": "^6.0.4",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-transform-es2015-classes": "^6.9.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-preset-es2015-loose": "^7.0.0",
|
|
"babel-preset-es2015-loose-rollup": "^7.0.0",
|
|
"babel-preset-es2015-rollup": "^1.1.1",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"chai": "^3.5.0",
|
|
"diff": "^2.2.2",
|
|
"eslint": "^3.1.1",
|
|
"gzip-size-cli": "^1.0.0",
|
|
"karma": "^1.1.1",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chai-sinon": "^0.1.5",
|
|
"karma-mocha": "^1.0.1",
|
|
"karma-mocha-reporter": "^2.0.3",
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.7.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^2.5.3",
|
|
"npm-run-all": "^2.1.1",
|
|
"phantomjs-prebuilt": "^2.1.7",
|
|
"preact": "^5.6.0",
|
|
"preact-jsx-chai": "^1.5.0",
|
|
"pretty-bytes-cli": "^1.0.0",
|
|
"rollup": "^0.34.1",
|
|
"rollup-plugin-babel": "^2.4.0",
|
|
"sinon": "^1.17.4",
|
|
"sinon-chai": "^2.8.0",
|
|
"uglify-js": "^2.6.2",
|
|
"webpack": "^1.13.1"
|
|
},
|
|
"homepage": "https://github.com/developit/preact-markup",
|
|
"keywords": [
|
|
"preact",
|
|
"rich text",
|
|
"input"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/preact-markup.js",
|
|
"minified:main": "dist/preact-markup.min.js",
|
|
"name": "preact-markup",
|
|
"optionalDependencies": {
|
|
"preact": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"preact": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/developit/preact-markup.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm-run-all transpile minify size",
|
|
"lint": "eslint {src,test}",
|
|
"minify": "uglifyjs $npm_package_main -cm -o $npm_package_minified_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_minified_main}.map",
|
|
"prepublish": "npm-run-all build test",
|
|
"release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
|
|
"size": "echo \"gzip size: $(gzip-size $npm_package_minified_main | pretty-bytes)\"",
|
|
"test": "npm run -s lint && npm run -s test:karma",
|
|
"test:karma": "karma start --single-run",
|
|
"transpile": "rollup -c rollup.config.js"
|
|
},
|
|
"version": "1.6.0"
|
|
}
|