118 lines
3.4 KiB
JSON
Executable File
118 lines
3.4 KiB
JSON
Executable File
{
|
|
"_args": [
|
|
[
|
|
"react-content-loader@3.4.2",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "react-content-loader@3.4.2",
|
|
"_id": "react-content-loader@3.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-UsL3uyPUBZbaPXr52E+MMIOjs7qr6QpcCiF9Xt7we0ACEMAFYp6rWNxVwJbk4/1Peqe9Deajs0PRW5ymvyF5SA==",
|
|
"_location": "/react-content-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-content-loader@3.4.2",
|
|
"name": "react-content-loader",
|
|
"escapedName": "react-content-loader",
|
|
"rawSpec": "3.4.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.4.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-3.4.2.tgz",
|
|
"_spec": "3.4.2",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Danilo Woznica",
|
|
"email": "danilowoz@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/danilowoz/react-content-loader/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "SVG component to create placeholder loading, like Facebook cards loading.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@babel/runtime": "^7.0.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"chai": "^4.1.2",
|
|
"chai-enzyme": "^1.0.0-beta.0",
|
|
"cross-env": "^5.1.3",
|
|
"docz": "^0.12.13",
|
|
"docz-theme-default": "^0.12.13",
|
|
"enzyme": "^3.6.0",
|
|
"enzyme-adapter-react-16": "^1.5.0",
|
|
"eslint": "^4.12.0",
|
|
"eslint-config-prettier": "^2.4.0",
|
|
"eslint-plugin-prettier": "^2.2.0",
|
|
"flow-bin": "^0.59.0",
|
|
"husky": "^0.14.3",
|
|
"jsdom": "11.6.0",
|
|
"jsdom-global": "3.0.2",
|
|
"mocha": "^4.0.1",
|
|
"prettier": "^1.6.1",
|
|
"react": "^16.6.3",
|
|
"react-dom": "^16.6.3",
|
|
"remark-emoji": "^2.0.2",
|
|
"rollup": "0.66.4",
|
|
"rollup-plugin-babel": "^4.0.3",
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
"rollup-plugin-uglify": "^6.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/danilowoz/react-content-loader",
|
|
"jsnext:main": "dist/react-content-loader.es.js",
|
|
"keywords": [
|
|
"react",
|
|
"facebook-style",
|
|
"loader",
|
|
"loading",
|
|
"content",
|
|
"svg"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/react-content-loader.cjs.js",
|
|
"module": "dist/react-content-loader.es.js",
|
|
"name": "react-content-loader",
|
|
"options": {
|
|
"mocha": "--require scripts/mocha_runner ./tests/**/*.js ./tests/*.js"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^15.0.0-0 || ^16.0.0-0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danilowoz/react-content-loader.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -fr ./dist && rollup -c",
|
|
"dev": "docz dev",
|
|
"docz:build": "docz build",
|
|
"flow": "flow",
|
|
"lint": "eslint 'src/**/*.js'",
|
|
"precommit": "npm run lint",
|
|
"prepush": "npm run test",
|
|
"release:major": "npm run build && npm version major",
|
|
"release:minor": "npm run build && npm version minor",
|
|
"release:patch": "npm run build && npm version patch",
|
|
"test": "npm run lint && npm run testonly && npm run flow",
|
|
"test:watch": "npm run testonly -- --watch --watch-extensions js",
|
|
"testonly": "cross-env NODE_ENV=test mocha $npm_package_options_mocha"
|
|
},
|
|
"sideEffects": false,
|
|
"version": "3.4.2"
|
|
}
|