Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/json5/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/json5/package.json

{
  "_args": [
    [
      {
        "raw": "json5@^1.0.1",
        "scope": null,
        "escapedName": "json5",
        "name": "json5",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/var/www/html/test/wetty/node_modules/loader-utils"
    ]
  ],
  "_from": "json5@>=1.0.1 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "json5@1.0.1",
  "_inCache": true,
  "_location": "/json5",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/json5_1.0.1_1521344408616_0.5838247870477473"
  },
  "_npmUser": {
    "name": "jordanbtucker",
    "email": "jordanbtucker@gmail.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "json5@^1.0.1",
    "scope": null,
    "escapedName": "json5",
    "name": "json5",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/loader-utils",
    "/webpack-cli/loader-utils"
  ],
  "_resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  "_shasum": "779fb0018604fa854eacbf6252180d83543e3dbe",
  "_shrinkwrap": null,
  "_spec": "json5@^1.0.1",
  "_where": "/var/www/html/test/wetty/node_modules/loader-utils",
  "author": {
    "name": "Aseem Kishore",
    "email": "aseem.kishore@gmail.com"
  },
  "bin": {
    "json5": "lib/cli.js"
  },
  "browser": "dist/index.js",
  "bugs": {
    "url": "https://github.com/json5/json5/issues"
  },
  "contributors": [
    {
      "name": "Max Nanasy",
      "email": "max.nanasy@gmail.com"
    },
    {
      "name": "Andrew Eisenberg",
      "email": "andrew@eisenberg.as"
    },
    {
      "name": "Jordan Tucker",
      "email": "jordanbtucker@gmail.com"
    }
  ],
  "dependencies": {
    "minimist": "^1.2.0"
  },
  "description": "JSON for humans.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "babelrc-rollup": "^3.0.0",
    "coveralls": "^3.0.0",
    "cross-env": "^5.1.4",
    "del": "^3.0.0",
    "eslint": "^4.18.2",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.0.1",
    "mocha": "^5.0.4",
    "nyc": "^11.4.1",
    "regenerate": "^1.3.3",
    "rollup": "^0.56.5",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^9.0.0",
    "rollup-plugin-node-resolve": "^3.2.0",
    "rollup-plugin-uglify": "^3.0.0",
    "sinon": "^4.4.2",
    "unicode-9.0.0": "^0.7.5"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
    "shasum": "779fb0018604fa854eacbf6252180d83543e3dbe",
    "tarball": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
    "fileCount": 13,
    "unpackedSize": 88338
  },
  "files": [
    "lib/",
    "dist/"
  ],
  "gitHead": "072eb402fc107a2f568ba78962d3d99de95032a9",
  "homepage": "http://json5.org/",
  "keywords": [
    "json",
    "json5",
    "es5",
    "es2015",
    "ecmascript"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "aseemk",
      "email": "aseem.kishore@gmail.com"
    },
    {
      "name": "jordanbtucker",
      "email": "jordanbtucker@gmail.com"
    }
  ],
  "name": "json5",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/json5/json5.git"
  },
  "scripts": {
    "build": "babel-node build/build.js && babel src -d lib && rollup -c",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint --fix build src",
    "prepublishOnly": "npm run lint && npm test && npm run production",
    "pretest": "cross-env NODE_ENV=test npm run build",
    "preversion": "npm run lint && npm test && npm run production",
    "production": "cross-env NODE_ENV=production npm run build",
    "test": "nyc --reporter=html --reporter=text mocha"
  },
  "version": "1.0.1"
}