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.
131 lines
3.9 KiB
131 lines
3.9 KiB
{
|
|
"_from": "pillarjs@^1.0.0-beta2",
|
|
"_id": "pillarjs@1.0.0-beta2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/C8eoFA+b7GIVsk6FyuI1M1QJK2onKPd9SiEkjACEHYVRL0IsiB5oGen+hLldPfd+JRfcWz2Dl6P2yUBrfmAgw==",
|
|
"_location": "/pillarjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pillarjs@^1.0.0-beta2",
|
|
"name": "pillarjs",
|
|
"escapedName": "pillarjs",
|
|
"rawSpec": "^1.0.0-beta2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0-beta2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pillarjs/-/pillarjs-1.0.0-beta2.tgz",
|
|
"_shasum": "d8a26be1aed001d8d28cedb65ca9d7ae0e4716ad",
|
|
"_spec": "pillarjs@^1.0.0-beta2",
|
|
"_where": "/var/www/htdocs/coze/socket",
|
|
"author": {
|
|
"name": "Max Rovensky",
|
|
"email": "hey@fivepointseven.com",
|
|
"url": "https://fivepointseven.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/storehubnet/pillarjs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"fbjs": "^0.8.16",
|
|
"mobx": "^3.3.1",
|
|
"preact": "^8.2.6",
|
|
"preact-markup": "^1.6.0",
|
|
"preact-redux": "^2.0.3",
|
|
"preact-render-to-string": "^3.7.0",
|
|
"redux": "^3.7.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Batteries-included web components library",
|
|
"devDependencies": {
|
|
"babel": "^6.23.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^8.0.2",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-dynamic-import-node": "^1.2.0",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-plugin-preact-require": "^1.0.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-preact": "^1.1.0",
|
|
"babel-preset-preact-app": "^0.2.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"babel-preset-stage-3": "^6.24.1",
|
|
"commitizen": "^2.9.6",
|
|
"cross-env": "^5.1.1",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"eslint": "^4.10.0",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
|
"eslint-plugin-react": "^7.4.0",
|
|
"husky": "^0.14.3",
|
|
"jest": "^21.2.1",
|
|
"lint-staged": "^5.0.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"prettier-eslint": "^8.2.2",
|
|
"prettier-eslint-cli": "^4.4.0",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.52.0",
|
|
"rollup-plugin-babel": "^3.0.2",
|
|
"rollup-plugin-browsersync": "^0.2.6",
|
|
"rollup-plugin-commonjs": "^8.2.6",
|
|
"rollup-plugin-eslint": "^4.0.0",
|
|
"rollup-plugin-filesize": "^1.5.0",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
"rollup-plugin-uglify": "^2.0.1"
|
|
},
|
|
"homepage": "https://github.com/storehubnet/pillarjs#readme",
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"prettier-eslint --write",
|
|
"git add"
|
|
],
|
|
"*.json": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "dist/index.js",
|
|
"name": "pillarjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/storehubnet/pillarjs.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production rollup -c",
|
|
"cz": "git-cz",
|
|
"flow": "flow",
|
|
"flow:coverage": "flow coverage",
|
|
"flow:start": "flow start",
|
|
"flow:status": "flow status",
|
|
"flow:stop": "flow stop",
|
|
"flow:typed": "flow-typed install",
|
|
"lint": "eslint *.js \"src/**/*.js\" --fix",
|
|
"prebuild": "rimraf dist",
|
|
"precommit": "lint-staged",
|
|
"prepush": "run-p lint",
|
|
"start": "cross-env NODE_ENV=development rollup -c -w",
|
|
"test": "jest",
|
|
"test:all": "npm run test; npm run lint; npm run flow",
|
|
"test:coverage": "npm test -- --coverage",
|
|
"test:watch": "npm test -- --watch"
|
|
},
|
|
"version": "1.0.0-beta2"
|
|
}
|