99 lines
2.7 KiB
JSON
99 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-base16-styling@0.6.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "react-base16-styling@0.6.0",
|
|
"_id": "react-base16-styling@0.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==",
|
|
"_location": "/react-base16-styling",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-base16-styling@0.6.0",
|
|
"name": "react-base16-styling",
|
|
"escapedName": "react-base16-styling",
|
|
"rawSpec": "0.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-json-view"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/react-base16-styling/-/react-base16-styling-0.6.0.tgz",
|
|
"_spec": "0.6.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Alexander",
|
|
"email": "alexkuz@gmail.com",
|
|
"url": "http://kuzya.org/"
|
|
},
|
|
"ava": {
|
|
"require": [
|
|
"babel-register"
|
|
],
|
|
"babel": "inherit"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexkuz/react-base16-styling/issues"
|
|
},
|
|
"dependencies": {
|
|
"base16": "^1.0.0",
|
|
"lodash.curry": "^4.0.1",
|
|
"lodash.flow": "^3.3.0",
|
|
"pure-color": "^1.2.0"
|
|
},
|
|
"description": "React styling with base16 color scheme support",
|
|
"devDependencies": {
|
|
"ava": "^0.24.0",
|
|
"babel-cli": "^6.6.5",
|
|
"babel-core": "^6.7.4",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-plugin-transform-runtime": "^6.6.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"eslint": "^4.13.1",
|
|
"eslint-plugin-babel": "^4.1.0",
|
|
"eslint-plugin-flowtype": "^2.30.0",
|
|
"flow-bin": "^0.61.0",
|
|
"pre-commit": "^1.1.3"
|
|
},
|
|
"homepage": "https://github.com/alexkuz/react-base16-styling#readme",
|
|
"keywords": [
|
|
"react",
|
|
"theme",
|
|
"base16",
|
|
"styling"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "react-base16-styling",
|
|
"pre-commit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexkuz/react-base16-styling.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm -s run build-lib && npm -s run build-flow",
|
|
"build-flow": "cp src/*.js.flow lib",
|
|
"build-lib": "NODE_ENV=production babel src --out-dir lib",
|
|
"flow": "flow",
|
|
"lint": "eslint src",
|
|
"postversion": "git push",
|
|
"prepublish": "npm run build",
|
|
"preversion": "npm -s run lint && npm -s run test",
|
|
"test": "ava",
|
|
"version": "npm run build && git add -A ."
|
|
},
|
|
"version": "0.6.0"
|
|
}
|