forgeplus-react/node_modules/react-cookies/package.json

105 lines
2.5 KiB
JSON

{
"_args": [
[
"react-cookies@0.1.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "react-cookies@0.1.1",
"_id": "react-cookies@0.1.1",
"_inBundle": false,
"_integrity": "sha512-PP75kJ4vtoHuuTdq0TAD3RmlAv7vuDQh9fkC4oDlhntgs9vX1DmREomO0Y1mcQKR9nMZ6/zxoflaMJ3MAmF5KQ==",
"_location": "/react-cookies",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-cookies@0.1.1",
"name": "react-cookies",
"escapedName": "react-cookies",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-cookies/-/react-cookies-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Bu Kinoshita",
"email": "bukinoshita@gmail.com"
},
"bugs": {
"url": "https://github.com/bukinoshita/react-cookies/issues"
},
"dependencies": {
"cookie": "^0.3.1",
"object-assign": "^4.1.1"
},
"description": "Load and save cookies with React",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^19.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"eslint-config-prettier": "^2.2.0",
"husky": "^0.14.1",
"jest": "^19.0.2",
"lint-staged": "^4.0.0",
"prettier": "^1.4.4",
"xo": "^0.18.2"
},
"homepage": "https://github.com/bukinoshita/react-cookies#readme",
"keywords": [
"react-cookies",
"react-cookie",
"cookie",
"cookies",
"react",
"reactjs",
"jsx"
],
"license": "MIT",
"lint-staged": {
"src/*.js": [
"npm run test",
"prettier --semi false --single-quote --write",
"git add"
]
},
"main": "build/cookie.js",
"name": "react-cookies",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bukinoshita/react-cookies.git"
},
"scripts": {
"build": "babel src -d build --ignore __tests__",
"lint": "xo --quiet",
"precommit": "lint-staged",
"test": "npm run lint && node_modules/.bin/jest",
"watch": "jest --watch"
},
"version": "0.1.1",
"xo": {
"space": true,
"esnext": true,
"semicolon": false,
"ignores": [
"build/*.js",
"__tests__/*.js"
],
"globals": [
"document"
],
"rules": {
"func-names": 0,
"object-curly-spacing": 0
}
}
}