You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.5 KiB
89 lines
2.5 KiB
{ |
|
"_args": [ |
|
[ |
|
"timm@1.7.1", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "timm@1.7.1", |
|
"_id": "timm@1.7.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==", |
|
"_location": "/timm", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "timm@1.7.1", |
|
"name": "timm", |
|
"escapedName": "timm", |
|
"rawSpec": "1.7.1", |
|
"saveSpec": null, |
|
"fetchSpec": "1.7.1" |
|
}, |
|
"_requiredBy": [ |
|
"/@jimp/plugins", |
|
"/@jimp/types" |
|
], |
|
"_resolved": "https://registry.npmjs.org/timm/-/timm-1.7.1.tgz", |
|
"_spec": "1.7.1", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Guillermo Grau Panea" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/guigrpa/timm/issues" |
|
}, |
|
"dependencies": {}, |
|
"description": "Immutability helpers with fast reads and acceptable writes", |
|
"devDependencies": { |
|
"@babel/cli": "^7.11.6", |
|
"@babel/core": "^7.11.6", |
|
"@babel/preset-env": "^7.11.5", |
|
"@babel/preset-typescript": "^7.10.1", |
|
"@typescript-eslint/eslint-plugin": "^4.1.1", |
|
"@typescript-eslint/parser": "^4.1.1", |
|
"babel-jest": "^26.3.0", |
|
"chalk": "1.1.3", |
|
"eslint": "^7.9.0", |
|
"eslint-config-prettier": "^6.11.0", |
|
"extract-docs": "^1.6.1", |
|
"immutability-helper": "^2.8.1", |
|
"immutable": "3.8.2", |
|
"jest": "^26.4.2", |
|
"lodash": "^4.17.20", |
|
"oao": "^2.0.0", |
|
"prettier": "^2.1.2", |
|
"seamless-immutable": "^7.1.4", |
|
"typescript": "^4.0.2", |
|
"xxl": "^1.3.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 compile && yarn test && yarn docs && yarn xxl", |
|
"compile": "yarn compile:clean && yarn compile:main && yarn compile:types", |
|
"compile:clean": "rm -rf ./lib", |
|
"compile:main": "babel src -d lib --extensions '.ts'", |
|
"compile:types": "yarn typecheck", |
|
"docs": "extract-docs --template docs/README_TEMPLATE.md --output README.md", |
|
"jest": "yarn test --watch", |
|
"lint": "eslint src/timm.ts", |
|
"prettier": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.[jt]s\"", |
|
"test": "jest --coverage src", |
|
"typecheck": "tsc --pretty", |
|
"xxl": "xxl" |
|
}, |
|
"types": "lib/timm.d.ts", |
|
"version": "1.7.1" |
|
}
|
|
|