forked from Gitlink/forgeplus-react
111 lines
2.9 KiB
JSON
111 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@ant-design/create-react-context@0.2.6",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "@ant-design/create-react-context@0.2.6",
|
|
"_id": "@ant-design/create-react-context@0.2.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pHUuaE50/WEek4w2Q+QYVieLPIGfXM+nUsGSsg8xO6oHBw7dfd14Ws/6q3/L6eZ60zjUiv3WUlSzpWyCOXLqbQ==",
|
|
"_location": "/@ant-design/create-react-context",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@ant-design/create-react-context@0.2.6",
|
|
"name": "@ant-design/create-react-context",
|
|
"escapedName": "@ant-design%2fcreate-react-context",
|
|
"scope": "@ant-design",
|
|
"rawSpec": "0.2.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd",
|
|
"/antd/rc-tree",
|
|
"/rc-mentions",
|
|
"/rc-tabs",
|
|
"/rc-tree-select/rc-tree"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@ant-design/create-react-context/-/create-react-context-0.2.6.tgz",
|
|
"_spec": "0.2.6",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "James Kyle",
|
|
"email": "me@thejameskyle.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ant-design/create-react-context/issues"
|
|
},
|
|
"dependencies": {
|
|
"gud": "^1.0.0",
|
|
"warning": "^4.0.3"
|
|
},
|
|
"description": "A fork of create-react-context in MIT license",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-flow": "^6.23.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"enzyme": "^3.2.0",
|
|
"enzyme-adapter-react-16": "^1.1.0",
|
|
"enzyme-to-json": "^3.2.2",
|
|
"flow-bin": "^0.60.1",
|
|
"husky": "^4.2.5",
|
|
"jest": "^21.2.1",
|
|
"lint-staged": "^10.2.8",
|
|
"prettier": "^2.0.5",
|
|
"prop-types": "^15.6.0",
|
|
"raf": "^3.4.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/ant-design/create-react-context#readme",
|
|
"jest": {
|
|
"snapshotSerializers": [
|
|
"enzyme-to-json/serializer"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"context",
|
|
"contextTypes",
|
|
"polyfill",
|
|
"ponyfill"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,md,json,js.flow,d.ts}": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "lib/index.js",
|
|
"name": "@ant-design/create-react-context",
|
|
"peerDependencies": {
|
|
"prop-types": ">=15.0.0",
|
|
"react": "^0.14.0 || >=15.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ant-design/create-react-context.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d lib --copy-files --ignore __tests__",
|
|
"commit": "lint-staged",
|
|
"flow": "flow",
|
|
"format": "prettier --write '**/*.{js,md,json,js.flow,d.ts}'",
|
|
"prepublish": "yarn build",
|
|
"test": "jest"
|
|
},
|
|
"typings": "lib/index.d.ts",
|
|
"version": "0.2.6"
|
|
}
|