package.json 1.65 KB
{
  "_from": "esm@^3.2.25",
  "_id": "esm@3.2.25",
  "_inBundle": false,
  "_integrity": "sha1-NCwYwp1WFXaIulzjH4Qx+7eVzBA=",
  "_location": "/esm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "esm@^3.2.25",
    "name": "esm",
    "escapedName": "esm",
    "rawSpec": "^3.2.25",
    "saveSpec": null,
    "fetchSpec": "^3.2.25"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/esm/download/esm-3.2.25.tgz",
  "_shasum": "342c18c29d56157688ba5ce31f8431fbb795cc10",
  "_spec": "esm@^3.2.25",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
  "author": {
    "name": "John-David Dalton",
    "email": "john.david.dalton@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/standard-things/esm/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Tomorrow's ECMAScript modules today!",
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "esm.js",
    "esm/loader.js"
  ],
  "homepage": "https://github.com/standard-things/esm#readme",
  "husky": {
    "hooks": {
      "precommit": "npm run lint"
    }
  },
  "keywords": [
    "commonjs",
    "ecmascript",
    "export",
    "import",
    "modules",
    "node",
    "require"
  ],
  "license": "MIT",
  "main": "esm.js",
  "name": "esm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/standard-things/esm.git"
  },
  "runkitExample": "require = require(\"esm\")(module)\nrequire(\"lodash-es\")",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.2.25"
}