104 lines
3.0 KiB
JSON
104 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-infinite-scroller@1.2.6",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "react-infinite-scroller@1.2.6",
|
|
"_id": "react-infinite-scroller@1.2.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-mGdMyOD00YArJ1S1F3TVU9y4fGSfVVl6p5gh/Vt4u99CJOptfVu/q5V/Wlle72TMgYlBwIhbxK5wF0C/R33PXQ==",
|
|
"_location": "/react-infinite-scroller",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-infinite-scroller@1.2.6",
|
|
"name": "react-infinite-scroller",
|
|
"escapedName": "react-infinite-scroller",
|
|
"rawSpec": "1.2.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-infinite-scroller/-/react-infinite-scroller-1.2.6.tgz",
|
|
"_spec": "1.2.6",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Dan Bovey",
|
|
"email": "dan@danbovey.uk"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/danbovey/react-infinite-scroller/issues"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.5.8"
|
|
},
|
|
"description": "Infinite scroll component for React in ES6",
|
|
"devDependencies": {
|
|
"@testing-library/react": "^13.0.1",
|
|
"babel-cli": "^6.6.5",
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^7.2.3",
|
|
"babel-istanbul": "^0.12.2",
|
|
"babel-plugin-add-module-exports": "^0.1.2",
|
|
"babel-plugin-istanbul": "^4.1.6",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-2": "^6.13.0",
|
|
"chai": "^3.5.0",
|
|
"eslint": "^4.10.0",
|
|
"eslint-config-last": "^0.0.3",
|
|
"eslint-config-prettier": "^2.6.0",
|
|
"eslint-plugin-prettier": "^2.3.1",
|
|
"eslint-plugin-react": "^7.4.0",
|
|
"husky": "^0.14.3",
|
|
"istanbul": "^0.4.5",
|
|
"jsdom": "^10.0.0",
|
|
"lint-staged": "^4.3.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^3.3.0",
|
|
"nyc": "^15.1.0",
|
|
"prettier": "^1.7.4",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"sinon": "^2.1.0"
|
|
},
|
|
"homepage": "https://github.com/danbovey/react-infinite-scroller#readme",
|
|
"jsnext:main": "src/InfiniteScroll.js",
|
|
"keywords": [
|
|
"infinite",
|
|
"scroll",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,jsx}": [
|
|
"node_modules/.bin/eslint --fix --max-warnings 0",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"name": "react-infinite-scroller",
|
|
"peerDependencies": {
|
|
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/danbovey/react-infinite-scroller.git"
|
|
},
|
|
"scripts": {
|
|
"build": "mkdirp dist && babel src/InfiniteScroll.js --out-file dist/InfiniteScroll.js",
|
|
"lint": "eslint ./src ./test",
|
|
"precommit": "lint-staged",
|
|
"prepublish": "npm run build",
|
|
"spec": "_mocha -R spec ./test/test_helper.js --recursive test/*_test.js",
|
|
"test": "nyc npm run spec"
|
|
},
|
|
"version": "1.2.6"
|
|
}
|