package.json 3.41 KB
{
  "_args": [
    [
      {
        "raw": "json-mask@^0.3.8",
        "scope": null,
        "escapedName": "json-mask",
        "name": "json-mask",
        "rawSpec": "^0.3.8",
        "spec": ">=0.3.8 <0.4.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-mask"
    ]
  ],
  "_from": "json-mask@>=0.3.8 <0.4.0",
  "_id": "json-mask@0.3.8",
  "_inCache": true,
  "_location": "/json-mask",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/json-mask-0.3.8.tgz_1463944509439_0.07302226079627872"
  },
  "_npmUser": {
    "name": "nemtsov",
    "email": "nemtsov@gmail.com"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "json-mask@^0.3.8",
    "scope": null,
    "escapedName": "json-mask",
    "name": "json-mask",
    "rawSpec": "^0.3.8",
    "spec": ">=0.3.8 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/bookshelf-mask"
  ],
  "_resolved": "https://registry.npmjs.org/json-mask/-/json-mask-0.3.8.tgz",
  "_shasum": "2d66415de14b0e8bc6c1514554a90bfca8356941",
  "_shrinkwrap": null,
  "_spec": "json-mask@^0.3.8",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-mask",
  "author": {
    "name": "nemtsov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nemtsov/json-mask/issues"
  },
  "dependencies": {},
  "description": "Tiny language and engine for selecting specific parts of a JS object, hiding the rest.",
  "devDependencies": {
    "browserify": "^10.2.6",
    "istanbul": "^0.3.17",
    "mocha": "~1.12.0",
    "standard": "^7.1.0",
    "uglifyjs": "^2.4.10"
  },
  "directories": {},
  "dist": {
    "shasum": "2d66415de14b0e8bc6c1514554a90bfca8356941",
    "tarball": "https://registry.npmjs.org/json-mask/-/json-mask-0.3.8.tgz"
  },
  "gitHead": "cf8457ba617d9ecf749e0a65f38b33f2ce76457a",
  "homepage": "https://github.com/nemtsov/json-mask#readme",
  "keywords": [
    "mask",
    "filter",
    "select",
    "fields",
    "projection",
    "query",
    "json"
  ],
  "license": "MIT",
  "main": "lib/index",
  "maintainers": [
    {
      "name": "nemtsov",
      "email": "nemtsov@gmail.com"
    }
  ],
  "name": "json-mask",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/nemtsov/json-mask.git"
  },
  "scripts": {
    "_build-browser-full": "browserify -s jsonMask -e lib/index.js | sed -e \"s/\\[ *'.*' *\\]/;/\" > build/jsonMask.js",
    "_build-browser-license": "cat build/copyright  | cat - build/jsonMask.js  | tee build/jsonMask.js",
    "_build-browser-min": "cat build/jsonMask.js | uglifyjs --comments > build/jsonMask.min.js",
    "build-browser": "npm run-script _build-browser-full; npm run-script _build-browser-license; npm run-script _build-browser-min",
    "lint": "standard 'lib/**/*.js' 'test/**/*.js'",
    "test": "npm run lint && mocha",
    "test-cov": "istanbul cover _mocha",
    "test-watch": "mocha -w -G -R min"
  },
  "testling": {
    "browsers": [
      "ie/8..latest",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ],
    "harness": "mocha",
    "files": "test/*.js"
  },
  "version": "0.3.8"
}