package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "is-property@1.0.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-property@1.0.2",
  10. "_id": "is-property@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=",
  13. "_location": "/is-property",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-property@1.0.2",
  19. "name": "is-property",
  20. "escapedName": "is-property",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/generate-object-property"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Mikola Lysenko"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mikolalysenko/is-property/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Tests if a JSON property can be accessed using . syntax",
  39. "devDependencies": {
  40. "tape": "~1.0.4"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
  46. "homepage": "https://github.com/mikolalysenko/is-property#readme",
  47. "keywords": [
  48. "is",
  49. "property",
  50. "json",
  51. "dot",
  52. "bracket",
  53. ".",
  54. "[]"
  55. ],
  56. "license": "MIT",
  57. "main": "is-property.js",
  58. "name": "is-property",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/mikolalysenko/is-property.git"
  62. },
  63. "scripts": {
  64. "test": "tap test/*.js"
  65. },
  66. "version": "1.0.2"
  67. }