package.json 2.58 KB
{
  "_args": [
    [
      "jstransformer@1.0.0",
      "/root/nodejs/myapp/node_modules/pug-filters"
    ]
  ],
  "_from": "jstransformer@1.0.0",
  "_id": "jstransformer@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/jstransformer",
  "_nodeVersion": "6.2.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/jstransformer-1.0.0.tgz_1465175586831_0.4917067172937095"
  },
  "_npmUser": {
    "email": "timothygu99@gmail.com",
    "name": "timothygu"
  },
  "_npmVersion": "3.9.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "jstransformer",
    "raw": "jstransformer@1.0.0",
    "rawSpec": "1.0.0",
    "scope": null,
    "spec": "1.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/pug-filters"
  ],
  "_resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz",
  "_shasum": "ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3",
  "_shrinkwrap": null,
  "_spec": "jstransformer@1.0.0",
  "_where": "/root/nodejs/myapp/node_modules/pug-filters",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/jstransformers/jstransformer/issues"
  },
  "dependencies": {
    "is-promise": "^2.0.0",
    "promise": "^7.0.1"
  },
  "description": "Normalize the API of any jstransformer",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.4.0",
    "testit": "^2.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3",
    "tarball": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "7cad069255989318fc5638228fd2fa54fe35992f",
  "homepage": "https://github.com/jstransformers/jstransformer#readme",
  "keywords": [
    "jstransformer"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    },
    {
      "name": "hemanth",
      "email": "hemanth.hm@gmail.com"
    },
    {
      "name": "robloach",
      "email": "robloach@gmail.com"
    },
    {
      "name": "stoeffel",
      "email": "schtoeffel@gmail.com"
    },
    {
      "name": "timothygu",
      "email": "timothygu99@gmail.com"
    }
  ],
  "name": "jstransformer",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jstransformers/jstransformer.git"
  },
  "scripts": {
    "coverage": "istanbul cover test",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
    "test": "node test"
  },
  "version": "1.0.0"
}