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.
57 lines
1.5 KiB
57 lines
1.5 KiB
{
|
|
"_from": "primitive-pool@^1.1.0",
|
|
"_id": "primitive-pool@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pl4l1R9OWWb4XmUpeX30yGz8ukZ25EiLhwlP2KqOqCb8NkwJt8qUeuCQEsk8CiAS7msICbPD18csu8jcIX7GNg==",
|
|
"_location": "/primitive-pool",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "primitive-pool@^1.1.0",
|
|
"name": "primitive-pool",
|
|
"escapedName": "primitive-pool",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/image-pixels"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/primitive-pool/-/primitive-pool-1.1.0.tgz",
|
|
"_shasum": "c2b2e49ff7402d5fc69c80c12f3c18b4b19a7799",
|
|
"_spec": "primitive-pool@^1.1.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/image-pixels",
|
|
"author": {
|
|
"name": "Dmitry Yv",
|
|
"email": "df.creative@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dy/primitive-pool/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Pool of objects for primitives. (Make WeakMap accept primitive keys)",
|
|
"homepage": "https://github.com/dy/primitive-pool#readme",
|
|
"keywords": [
|
|
"primitive",
|
|
"primitives",
|
|
"weakmap",
|
|
"pool",
|
|
"keys",
|
|
"object",
|
|
"primitive-object",
|
|
"singleton"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "primitive-pool",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dy/primitive-pool.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|