91 lines
2.7 KiB
JSON
Executable File
91 lines
2.7 KiB
JSON
Executable File
{
|
|
"_from": "timm@^1.6.1",
|
|
"_id": "timm@1.6.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IH3DYDL1wMUwmIlVmMrmesw5lZD6N+ZOAFWEyLrtpoL9Bcrs9u7M/vyOnHzDD2SMs4irLkVjqxZbHrXStS/Nmw==",
|
|
"_location": "/timm",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "timm@^1.6.1",
|
|
"name": "timm",
|
|
"escapedName": "timm",
|
|
"rawSpec": "^1.6.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.6.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jimp/plugins",
|
|
"/@jimp/types"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/timm/-/timm-1.6.2.tgz",
|
|
"_shasum": "dfd8c6719f7ba1fcfc6295a32670a1c6d166c0bd",
|
|
"_spec": "timm@^1.6.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@jimp/plugins",
|
|
"author": {
|
|
"name": "Guillermo Grau Panea"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/guigrpa/timm/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Immutability helpers with fast reads and acceptable writes",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-jest": "^24.8.0",
|
|
"chalk": "1.1.3",
|
|
"coveralls": "^3.0.6",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-airbnb": "^18.0.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-plugin-flowtype": "^4.2.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"extract-docs": "^1.6.1",
|
|
"flow-bin": "^0.87.0",
|
|
"immutability-helper": "^2.8.1",
|
|
"immutable": "3.8.2",
|
|
"jest": "^24.8.0",
|
|
"lodash": "^4.17.15",
|
|
"oao": "^1.6.0",
|
|
"prettier": "^1.18.2",
|
|
"seamless-immutable": "^7.1.4",
|
|
"xxl": "1.2.0"
|
|
},
|
|
"homepage": "http://guigrpa.github.io/timm/",
|
|
"keywords": [
|
|
"immutability"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/timm.js",
|
|
"name": "timm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/guigrpa/timm.git"
|
|
},
|
|
"scripts": {
|
|
"benchmarks": "node tools/benchmarks",
|
|
"build": "yarn lint && yarn flow && yarn compile && yarn test && yarn docs && yarn xxl",
|
|
"compile": "rm -rf ./lib && babel src -d lib --copy-files",
|
|
"docs": "extract-docs --template docs/README_TEMPLATE.md --output README.md",
|
|
"flow": "flow check || exit 0",
|
|
"jest": "yarn test --watch",
|
|
"lint": "eslint src/timm.js",
|
|
"prettier": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.js\"",
|
|
"test": "jest --coverage src",
|
|
"travis": "yarn test",
|
|
"xxl": "xxl"
|
|
},
|
|
"types": "lib/timm.d.ts",
|
|
"version": "1.6.2"
|
|
}
|