{
  "_id": "@npmcli/name-from-folder@1.0.1",
  "_inBundle": true,
  "_location": "/npm/@npmcli/name-from-folder",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/@npmcli/arborist",
    "/npm/@npmcli/map-workspaces"
  ],
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/name-from-folder/issues"
  },
  "description": "Get the package name from a folder path",
  "devDependencies": {
    "tap": "^14.10.7"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/name-from-folder#readme",
  "license": "ISC",
  "name": "@npmcli/name-from-folder",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/name-from-folder.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.1"
}
