package.json 1.72 KB
{
  "_from": "undefsafe@^2.0.3",
  "_id": "undefsafe@2.0.5",
  "_inBundle": false,
  "_integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
  "_location": "/undefsafe",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "undefsafe@^2.0.3",
    "name": "undefsafe",
    "escapedName": "undefsafe",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/nodemon"
  ],
  "_resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz",
  "_shasum": "38733b9327bdcd226db889fb723a6efd162e6e2c",
  "_spec": "undefsafe@^2.0.3",
  "_where": "C:\\Users\\KoMoGoon\\documents\\github\\web_project2\\node_modules\\nodemon",
  "author": {
    "name": "Remy Sharp"
  },
  "bugs": {
    "url": "https://github.com/remy/undefsafe/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Undefined safe way of extracting object properties",
  "devDependencies": {
    "semantic-release": "^18.0.0",
    "tap": "^5.7.1",
    "tap-only": "0.0.5"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/remy/undefsafe#readme",
  "keywords": [
    "undefined"
  ],
  "license": "MIT",
  "main": "lib/undefsafe.js",
  "name": "undefsafe",
  "prettier": {
    "trailingComma": "none",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remy/undefsafe.git"
  },
  "scripts": {
    "cover": "tap test/*.test.js --cov --coverage-report=lcov",
    "semantic-release": "semantic-release",
    "test": "tap test/**/*.test.js -R spec"
  },
  "tonicExampleFilename": "example.js",
  "version": "2.0.5"
}