103 lines
2.6 KiB
JSON
103 lines
2.6 KiB
JSON
{
|
|
"_from": "get-nonce@^1.0.0",
|
|
"_id": "get-nonce@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
|
|
"_location": "/get-nonce",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "get-nonce@^1.0.0",
|
|
"name": "get-nonce",
|
|
"escapedName": "get-nonce",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-style-singleton"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/get-nonce/-/get-nonce-1.0.1.tgz",
|
|
"_shasum": "fdf3f0278073820d2ce9426c18f07481b1e0cdf3",
|
|
"_spec": "get-nonce@^1.0.0",
|
|
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/react-style-singleton",
|
|
"author": {
|
|
"name": "Anton Korzunov",
|
|
"email": "thekashey@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/theKashey/get-nonce/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "returns nonce",
|
|
"devDependencies": {
|
|
"@size-limit/preset-small-lib": "^2.1.6",
|
|
"@theuiteam/lib-builder": "^0.0.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/theKashey/get-nonce",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"nonce",
|
|
"__webpack_nonce__"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"prettier --write",
|
|
"tslint --fix",
|
|
"git add"
|
|
],
|
|
"*.{js,css,json,md}": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "dist/es5/index.js",
|
|
"module": "dist/es2015/index.js",
|
|
"name": "get-nonce",
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/theKashey/get-nonce.git"
|
|
},
|
|
"scripts": {
|
|
"build": "lib-builder build && yarn size:report",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
"dev": "lib-builder dev",
|
|
"docz:build": "docz build",
|
|
"docz:dev": "docz dev",
|
|
"format": "lib-builder format",
|
|
"lint": "lib-builder lint",
|
|
"prepublish": "yarn build && yarn changelog",
|
|
"release": "yarn build && yarn test",
|
|
"size": "npx size-limit",
|
|
"size:report": "npx size-limit --json > .size.json",
|
|
"test": "jest",
|
|
"test:ci": "jest --runInBand --coverage",
|
|
"update": "lib-builder update"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/es5/index.d.ts",
|
|
"version": "1.0.1"
|
|
}
|