HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/www/french-american.org/releases/20210303111656Z/node_modules/editions/package.json
{
  "_args": [
    [
      "editions@2.2.0",
      "/var/www/french-american.org/releases/20210303111656Z"
    ]
  ],
  "_development": true,
  "_from": "editions@2.2.0",
  "_id": "editions@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-RYg3iEA2BDLCNVe8PUkD+ox5vAKxB9XS/mAhx1bdxGCF0CpX077C0pyTA9t5D6idCYA3avl5/XDHKPsHFrygfw==",
  "_location": "/editions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "editions@2.2.0",
    "name": "editions",
    "escapedName": "editions",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/errlop",
    "/istextorbinary"
  ],
  "_resolved": "https://registry.npmjs.org/editions/-/editions-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/var/www/french-american.org/releases/20210303111656Z",
  "author": {
    "name": "2016+ Bevry Pty Ltd",
    "email": "us@bevry.me",
    "url": "http://bevry.me"
  },
  "babel": {
    "env": {
      "edition-node-0.8": {
        "sourceType": "script",
        "presets": [
          [
            "@babel/preset-env",
            {
              "targets": {
                "node": "0.8"
              },
              "modules": "commonjs"
            }
          ]
        ],
        "plugins": [
          "@babel/proposal-object-rest-spread"
        ]
      }
    }
  },
  "badges": {
    "list": [
      "travisci",
      "npmversion",
      "npmdownloads",
      "daviddm",
      "daviddmdev",
      "---",
      "patreon",
      "flattr",
      "liberapay",
      "thanksapp",
      "boostlab",
      "buymeacoffee",
      "opencollective",
      "crypto",
      "paypal",
      "wishlist"
    ],
    "config": {
      "buymeacoffeeUsername": "balupton",
      "cryptoURL": "https://bevry.me/crypto",
      "flattrUsername": "balupton",
      "liberapayUsername": "bevry",
      "opencollectiveUsername": "bevry",
      "patreonUsername": "bevry",
      "paypalURL": "https://bevry.me/paypal",
      "wishlistURL": "https://bevry.me/wishlist"
    }
  },
  "bugs": {
    "url": "https://github.com/bevry/editions/issues"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    },
    {
      "name": "Zlatan Vasović",
      "email": "zlatanvasovic@gmail.com",
      "url": "http://zdroid.github.io"
    },
    {
      "name": "dependabot[bot]",
      "url": "http://github.com/apps/dependabot"
    }
  ],
  "dependencies": {
    "errlop": "^1.1.2",
    "semver": "^6.3.0"
  },
  "description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
  "devDependencies": {
    "@babel/cli": "^7.6.0",
    "@babel/core": "^7.6.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/preset-env": "^7.6.0",
    "assert-helpers": "^4.9.6",
    "eslint": "^6.3.0",
    "eslint-config-bevry": "^1.2.1",
    "eslint-config-prettier": "^6.2.0",
    "eslint-plugin-prettier": "^3.1.0",
    "jsdoc": "^3.6.3",
    "kava": "^3.1.0",
    "minami": "^1.2.3",
    "prettier": "^1.18.2",
    "projectz": "^1.7.5",
    "surge": "^0.21.3",
    "valid-directory": "^1.0.0"
  },
  "editions": [
    {
      "description": "esnext source code with require for modules",
      "directory": "source",
      "entry": "index.js",
      "tags": [
        "javascript",
        "esnext",
        "require"
      ],
      "engines": {
        "node": "8 || 10 || 11 || 12",
        "browsers": false
      }
    },
    {
      "description": "esnext compiled for node.js 0.8 with require for modules",
      "directory": "edition-node-0.8",
      "entry": "index.js",
      "tags": [
        "javascript",
        "require"
      ],
      "engines": {
        "node": "0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 11 || 12",
        "browsers": false
      }
    }
  ],
  "engines": {
    "node": ">=0.8"
  },
  "eslintConfig": {
    "extends": [
      "bevry"
    ]
  },
  "homepage": "https://github.com/bevry/editions",
  "keywords": [
    "editions",
    "edition",
    "versions",
    "syntaxes",
    "esnext",
    "jsnext",
    "es2015",
    "es6",
    "es6+"
  ],
  "license": "MIT",
  "main": "edition-node-0.8/index.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "http://balupton.com"
    }
  ],
  "name": "editions",
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bevry/editions.git"
  },
  "scripts": {
    "our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
    "our:compile": "npm run our:compile:edition-node-0.8",
    "our:compile:edition-node-0.8": "env BABEL_ENV=edition-node-0.8 babel --out-dir ./edition-node-0.8 ./source",
    "our:deploy": "echo no need for this project",
    "our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
    "our:meta:docs": "npm run our:meta:docs:jsdoc",
    "our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version",
    "our:meta:projectz": "projectz compile",
    "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
    "our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
    "our:release:check-dirty": "git diff --exit-code",
    "our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
    "our:release:push": "git push origin master && git push origin --tags",
    "our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
    "our:setup": "npm run our:setup:install",
    "our:setup:install": "npm install",
    "our:test": "npm run our:verify && npm test",
    "our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
    "our:verify:directory": "npx valid-directory",
    "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
    "our:verify:prettier": "prettier --write ./source/**",
    "test": "node ./edition-node-0.8/test.js"
  },
  "version": "2.2.0"
}