package.json 2.54 KB
{
  "_args": [
    [
      {
        "raw": "is_js@^0.9.0",
        "scope": null,
        "escapedName": "is_js",
        "name": "is_js",
        "rawSpec": "^0.9.0",
        "spec": ">=0.9.0 <0.10.0",
        "type": "range"
      },
      "C:\\Users\\SangWonLee\\Desktop\\OSS\\Project2013104098\\node_modules\\request-ip"
    ]
  ],
  "_from": "is_js@>=0.9.0 <0.10.0",
  "_id": "is_js@0.9.0",
  "_inCache": true,
  "_location": "/is_js",
  "_nodeVersion": "4.4.7",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/is_js-0.9.0.tgz_1473800670642_0.2801450041588396"
  },
  "_npmUser": {
    "name": "jdalton",
    "email": "john.david.dalton@gmail.com"
  },
  "_npmVersion": "2.15.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is_js@^0.9.0",
    "scope": null,
    "escapedName": "is_js",
    "name": "is_js",
    "rawSpec": "^0.9.0",
    "spec": ">=0.9.0 <0.10.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request-ip"
  ],
  "_resolved": "https://registry.npmjs.org/is_js/-/is_js-0.9.0.tgz",
  "_shasum": "0ab94540502ba7afa24c856aa985561669e9c52d",
  "_shrinkwrap": null,
  "_spec": "is_js@^0.9.0",
  "_where": "C:\\Users\\SangWonLee\\Desktop\\OSS\\Project2013104098\\node_modules\\request-ip",
  "bugs": {
    "url": "https://github.com/arasatasaygin/is.js/issues"
  },
  "dependencies": {},
  "description": "micro check library",
  "devDependencies": {
    "chai": "^3.4.0",
    "eslint": "^2.13.1",
    "lodash": "^4.15.0",
    "mocha": "^2.2.1",
    "mocha-phantomjs": "^4.1.0",
    "pre-commit": "^1.1.3",
    "uglify-js": "^2.7.3"
  },
  "directories": {},
  "dist": {
    "shasum": "0ab94540502ba7afa24c856aa985561669e9c52d",
    "tarball": "https://registry.npmjs.org/is_js/-/is_js-0.9.0.tgz"
  },
  "files": [
    "is.js",
    "is.min.js"
  ],
  "homepage": "http://is.js.org/",
  "license": "MIT",
  "main": "is.js",
  "maintainers": [
    {
      "name": "arasatasaygin",
      "email": "arasatasaygin@gmail.com"
    },
    {
      "name": "jdalton",
      "email": "john.david.dalton@gmail.com"
    }
  ],
  "name": "is_js",
  "optionalDependencies": {},
  "pre-commit": [
    "lint"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arasatasaygin/is.js.git"
  },
  "scripts": {
    "build": "npm run lint && npm run min",
    "lint": "eslint .",
    "min": "uglifyjs is.js -m --comments \"/^!/\" -o is.min.js",
    "test": "mocha --check-leaks -R dot",
    "test:phantom": "mocha-phantomjs -R dot test/index.html"
  },
  "version": "0.9.0"
}