forgeplus-react/node_modules/base16/package.json

70 lines
1.7 KiB
JSON

{
"_args": [
[
"base16@1.0.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_development": true,
"_from": "base16@1.0.0",
"_id": "base16@1.0.0",
"_inBundle": false,
"_integrity": "sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==",
"_location": "/base16",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "base16@1.0.0",
"name": "base16",
"escapedName": "base16",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/react-base16-styling"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/base16/-/base16-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Dan Abramov",
"email": "dan.abramov@me.com",
"url": "http://github.com/gaearon"
},
"bugs": {
"url": "https://github.com/gaearon/base16-js/issues"
},
"description": "Base16 themes as JS objects",
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "^5.6.18",
"babel-eslint": "^3.1.15",
"eslint": "^0.23",
"eslint-config-airbnb": "0.0.6",
"eslint-plugin-react": "^2.3.0",
"rimraf": "^2.4.3"
},
"homepage": "https://github.com/gaearon/base16-js",
"jsnext:main": "src/index.js",
"keywords": [
"base16",
"color schemes"
],
"license": "MIT",
"main": "lib/index.js",
"name": "base16",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/base16-js.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"clean": "rimraf lib",
"lint": "eslint src",
"prepublish": "npm run lint && npm run clean && npm run build"
},
"version": "1.0.0"
}