package.json 1.31 KB
{
  "_from": "with@^5.0.0",
  "_id": "with@5.1.1",
  "_inBundle": false,
  "_integrity": "sha1-+k2qktrzLE6pTtRTyB8EaGtXXf4=",
  "_location": "/with",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "with@^5.0.0",
    "name": "with",
    "escapedName": "with",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/pug-code-gen"
  ],
  "_resolved": "https://registry.npmjs.org/with/-/with-5.1.1.tgz",
  "_shasum": "fa4daa92daf32c4ea94ed453c81f04686b575dfe",
  "_spec": "with@^5.0.0",
  "_where": "/Users/suyeon/Desktop/UR_Village/node_modules/pug-code-gen",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/pugjs/with/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "acorn": "^3.1.0",
    "acorn-globals": "^3.0.0"
  },
  "deprecated": false,
  "description": "Compile time `with` for strict mode JavaScript",
  "devDependencies": {
    "mocha": "~2.5.3",
    "uglify-js": "^2.4.15"
  },
  "homepage": "https://github.com/pugjs/with#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "with",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pugjs/with.git"
  },
  "scripts": {
    "test": "mocha test/index.js -R spec"
  },
  "version": "5.1.1"
}