73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"mini-store@2.0.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "mini-store@2.0.0",
|
|
"_id": "mini-store@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EG0CuwpQmX+XL4QVS0kxNwHW5ftSbhygu1qxQH0pipugjnPkbvkalCdQbEihMwtQY6d3MTN+MS0q+aurs+RfLQ==",
|
|
"_location": "/mini-store",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mini-store@2.0.0",
|
|
"name": "mini-store",
|
|
"escapedName": "mini-store",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/rc-menu",
|
|
"/rc-table"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mini-store/-/mini-store-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"dependencies": {
|
|
"hoist-non-react-statics": "^2.3.1",
|
|
"prop-types": "^15.6.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"shallowequal": "^1.0.2"
|
|
},
|
|
"description": "[](https://travis-ci.org/yesmeck/mini-store)",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^7.0.0",
|
|
"@commitlint/config-conventional": "^7.0.1",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"enzyme": "^3.1.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"husky": "^0.14.3",
|
|
"jest": "^21.2.1",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"standard-version": "^4.4.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"jest": {
|
|
"setupFiles": [
|
|
"./tests/setup.js"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "mini-store",
|
|
"scripts": {
|
|
"build": "babel src -d lib",
|
|
"commitmsg": "commitlint -E GIT_PARAMS",
|
|
"prepack": "npm run build",
|
|
"release": "standard-version",
|
|
"test": "jest"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|