{
  "_args": [
    [
      "@turf/line-slice-along@6.5.0",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "@turf/line-slice-along@6.5.0",
  "_id": "@turf/line-slice-along@6.5.0",
  "_inBundle": false,
  "_integrity": "sha512-KHJRU6KpHrAj+BTgTNqby6VCTnDzG6a1sJx/I3hNvqMBLvWVA2IrkR9L9DtsQsVY63IBwVdQDqiwCuZLDQh4Ng==",
  "_location": "/@turf/line-slice-along",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@turf/line-slice-along@6.5.0",
    "name": "@turf/line-slice-along",
    "escapedName": "@turf%2fline-slice-along",
    "scope": "@turf",
    "rawSpec": "6.5.0",
    "saveSpec": null,
    "fetchSpec": "6.5.0"
  },
  "_requiredBy": [
    "/@turf/line-chunk",
    "/@turf/turf"
  ],
  "_resolved": "https://registry.npmjs.org/@turf/line-slice-along/-/line-slice-along-6.5.0.tgz",
  "_spec": "6.5.0",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Turf Authors"
  },
  "bugs": {
    "url": "https://github.com/Turfjs/turf/issues"
  },
  "dependencies": {
    "@turf/bearing": "^6.5.0",
    "@turf/destination": "^6.5.0",
    "@turf/distance": "^6.5.0",
    "@turf/helpers": "^6.5.0"
  },
  "description": "turf line-slice-along module",
  "devDependencies": {
    "@turf/along": "^6.5.0",
    "benchmark": "*",
    "load-json-file": "*",
    "npm-run-all": "*",
    "rollup": "*",
    "tape": "*"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/es/index.js",
      "require": "./dist/js/index.js"
    }
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "funding": "https://opencollective.com/turf",
  "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  "homepage": "https://github.com/Turfjs/turf",
  "keywords": [
    "turf",
    "along",
    "line-slice"
  ],
  "license": "MIT",
  "main": "dist/js/index.js",
  "module": "dist/es/index.js",
  "name": "@turf/line-slice-along",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Turfjs/turf.git"
  },
  "scripts": {
    "bench": "node -r esm bench.js",
    "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
    "docs": "node ../../scripts/generate-readmes",
    "test": "npm-run-all test:*",
    "test:tape": "node -r esm test.js"
  },
  "sideEffects": false,
  "types": "index.d.ts",
  "version": "6.5.0"
}
