wrongmove/immoweb/node_modules/@turf/meta/package.json
2025-05-26 19:41:36 +00:00

67 lines
1.6 KiB
JSON

{
"_from": "@turf/meta@^3.14.0",
"_id": "@turf/meta@3.14.0",
"_inBundle": false,
"_integrity": "sha1-jTBQwaD0S/QGpjO2vSjFEPe87ic=",
"_location": "/@turf/meta",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@turf/meta@^3.14.0",
"name": "@turf/meta",
"escapedName": "@turf%2fmeta",
"scope": "@turf",
"rawSpec": "^3.14.0",
"saveSpec": null,
"fetchSpec": "^3.14.0"
},
"_requiredBy": [
"/@turf/bbox"
],
"_resolved": "https://registry.npmjs.org/@turf/meta/-/meta-3.14.0.tgz",
"_shasum": "8d3050c1a0f44bf406a633b6bd28c510f7bcee27",
"_spec": "@turf/meta@^3.14.0",
"_where": "/home/kadir/workspace/webimmo/node_modules/@turf/bbox",
"author": {
"name": "Turf Authors"
},
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "turf meta module",
"devDependencies": {
"@turf/helpers": "^3.13.0",
"@turf/random": "^3.14.0",
"benchmark": "^2.1.3",
"eslint": "^3.14.1",
"eslint-config-mourner": "^2.0.1",
"tape": "^3.4.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/Turfjs/turf",
"keywords": [
"functional",
"programming",
"turfjs"
],
"license": "MIT",
"main": "index.js",
"name": "@turf/meta",
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf.git"
},
"scripts": {
"bench": "node bench.js",
"test": "node test.js"
},
"types": "index.d.ts",
"version": "3.14.0"
}