lanan-repair/node_modules/immutable/package.json
2024-09-24 21:20:37 +08:00

65 lines
1.6 KiB
JSON

{
"_from": "immutable@^4.0.0",
"_id": "immutable@4.3.7",
"_inBundle": false,
"_integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==",
"_location": "/immutable",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "immutable@^4.0.0",
"name": "immutable",
"escapedName": "immutable",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/sass"
],
"_resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.7.tgz",
"_shasum": "c70145fc90d89fb02021e65c84eb0226e4e5a381",
"_spec": "immutable@^4.0.0",
"_where": "D:\\Code\\lanan-repair\\node_modules\\sass",
"author": {
"name": "Lee Byron",
"url": "https://github.com/leebyron"
},
"bugs": {
"url": "https://github.com/immutable-js/immutable-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Immutable Data Collections",
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://immutable-js.com",
"keywords": [
"immutable",
"persistent",
"lazy",
"data",
"datastructure",
"functional",
"collection",
"stateless",
"sequence",
"iteration"
],
"license": "MIT",
"main": "dist/immutable.js",
"module": "dist/immutable.es.js",
"name": "immutable",
"repository": {
"type": "git",
"url": "git://github.com/immutable-js/immutable-js.git"
},
"sideEffects": false,
"types": "dist/immutable.d.ts",
"version": "4.3.7"
}