Sha256: 528b7d9a7708b1694510f752f286e7ef70f669fb604411645909252b3f99cd96

Contents?: true

Size: 1.57 KB

Versions: 21

Compression:

Stored size: 1.57 KB

Contents

{
  "name": "fs-extra",
  "version": "9.1.0",
  "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/jprichardson/node-fs-extra",
  "repository": {
    "type": "git",
    "url": "https://github.com/jprichardson/node-fs-extra"
  },
  "keywords": [
    "fs",
    "file",
    "file system",
    "copy",
    "directory",
    "extra",
    "mkdirp",
    "mkdir",
    "mkdirs",
    "recursive",
    "json",
    "read",
    "write",
    "extra",
    "delete",
    "remove",
    "touch",
    "create",
    "text",
    "output",
    "move",
    "promise"
  ],
  "author": "JP Richardson <jprichardson@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "at-least-node": "^1.0.0",
    "graceful-fs": "^4.2.0",
    "jsonfile": "^6.0.1",
    "universalify": "^2.0.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "klaw": "^2.1.1",
    "klaw-sync": "^3.0.2",
    "minimist": "^1.1.1",
    "mocha": "^5.0.5",
    "nyc": "^15.0.0",
    "proxyquire": "^2.0.1",
    "read-dir-files": "^0.1.1",
    "standard": "^14.1.0"
  },
  "main": "./lib/index.js",
  "files": [
    "lib/",
    "!lib/**/__tests__/"
  ],
  "scripts": {
    "full-ci": "npm run lint && npm run coverage",
    "coverage": "nyc -r lcovonly npm run unit",
    "coveralls": "coveralls < coverage/lcov.info",
    "lint": "standard",
    "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
    "test": "npm run lint && npm run unit",
    "unit": "node test.js"
  }
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
appmap-0.72.2 ./node_modules/fs-extra/package.json
appmap-0.72.1 ./node_modules/fs-extra/package.json
appmap-0.72.0 ./node_modules/fs-extra/package.json
appmap-0.71.0 ./node_modules/fs-extra/package.json
appmap-0.70.2 ./node_modules/fs-extra/package.json
appmap-0.70.1 ./node_modules/fs-extra/package.json
appmap-0.70.0 ./node_modules/fs-extra/package.json
appmap-0.69.0 ./node_modules/fs-extra/package.json
appmap-0.68.2 ./node_modules/fs-extra/package.json
appmap-0.68.1 ./node_modules/fs-extra/package.json
appmap-0.68.0 ./node_modules/fs-extra/package.json
appmap-0.67.1 ./node_modules/fs-extra/package.json
appmap-0.67.0 ./node_modules/fs-extra/package.json
appmap-0.66.2 ./node_modules/fs-extra/package.json
appmap-0.66.1 ./node_modules/fs-extra/package.json
appmap-0.66.0 ./node_modules/fs-extra/package.json
appmap-0.65.1 ./node_modules/fs-extra/package.json
appmap-0.65.0 ./node_modules/fs-extra/package.json
appmap-0.64.0 ./node_modules/fs-extra/package.json
appmap-0.63.0 ./node_modules/fs-extra/package.json