package.json 1.35 KB
{
  "_args": [
    [
      "tapable@0.2.9",
      "/Library/WebServer/Documents/mywork/dyitoc"
    ]
  ],
  "_development": true,
  "_from": "tapable@0.2.9",
  "_id": "tapable@0.2.9",
  "_inBundle": false,
  "_integrity": "sha1-ry2LvJsE907hevK02QSPgHrNGKg=",
  "_location": "/tapable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tapable@0.2.9",
    "name": "tapable",
    "escapedName": "tapable",
    "rawSpec": "0.2.9",
    "saveSpec": null,
    "fetchSpec": "0.2.9"
  },
  "_requiredBy": [
    "/enhanced-resolve",
    "/webpack"
  ],
  "_resolved": "http://registry.npm.taobao.org/tapable/download/tapable-0.2.9.tgz",
  "_spec": "0.2.9",
  "_where": "/Library/WebServer/Documents/mywork/dyitoc",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/tapable/issues"
  },
  "description": "Just a little module for plugins.",
  "devDependencies": {
    "mocha": "^2.2.4",
    "should": "^5.2.0"
  },
  "engines": {
    "node": ">=0.6"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/webpack/tapable",
  "license": "MIT",
  "main": "lib/Tapable.js",
  "name": "tapable",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/webpack/tapable.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "0.2.9"
}