Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 0497f4dbea6b3003e337c5911de26f1fbd7d489d
  • main default protected
  • revert-a98119d8
3 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 743 B
    {
      "name": "is-property",
      "version": "1.0.2",
      "description": "Tests if a JSON property can be accessed using . syntax",
      "main": "is-property.js",
      "directories": {
        "test": "test"
      },
      "dependencies": {},
      "devDependencies": {
        "tape": "~1.0.4"
      },
      "scripts": {
        "test": "tap test/*.js"
      },
      "repository": {
        "type": "git",
        "url": "git://github.com/mikolalysenko/is-property.git"
      },
      "keywords": [
        "is",
        "property",
        "json",
        "dot",
        "bracket",
        ".",
        "[]"
      ],
      "author": "Mikola Lysenko",
      "license": "MIT",
      "readmeFilename": "README.md",
      "gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
      "bugs": {
        "url": "https://github.com/mikolalysenko/is-property/issues"
      }
    }