package.json 1.59 KB
{
  "_from": "is_js@^0.9.0",
  "_id": "is_js@0.9.0",
  "_inBundle": false,
  "_integrity": "sha1-CrlFQFArp6+iTIVqqYVWFmnpxS0=",
  "_location": "/is_js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is_js@^0.9.0",
    "name": "is_js",
    "escapedName": "is_js",
    "rawSpec": "^0.9.0",
    "saveSpec": null,
    "fetchSpec": "^0.9.0"
  },
  "_requiredBy": [
    "/request-ip"
  ],
  "_resolved": "https://registry.npmjs.org/is_js/-/is_js-0.9.0.tgz",
  "_shasum": "0ab94540502ba7afa24c856aa985561669e9c52d",
  "_spec": "is_js@^0.9.0",
  "_where": "C:\\Users\\KoMoGoon\\Desktop\\oss_project\\Singer-Composer\\node_modules\\request-ip",
  "bugs": {
    "url": "https://github.com/arasatasaygin/is.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
  },
  "files": [
    "is.js",
    "is.min.js"
  ],
  "homepage": "http://is.js.org/",
  "license": "MIT",
  "main": "is.js",
  "name": "is_js",
  "pre-commit": [
    "lint"
  ],
  "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"
}