You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "is-natural-number@^4.0.1",
  3. "_id": "is-natural-number@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=",
  6. "_location": "/is-natural-number",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-natural-number@^4.0.1",
  12. "name": "is-natural-number",
  13. "escapedName": "is-natural-number",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/strip-dirs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz",
  22. "_shasum": "ab9d76e1db4ced51e35de0c72ebecf09f734cde8",
  23. "_spec": "is-natural-number@^4.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\strip-dirs",
  25. "author": {
  26. "name": "Shinnosuke Watanabe",
  27. "url": "https://github.com/shinnn"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shinnn/is-natural-number.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Check if a value is a natural number",
  35. "devDependencies": {
  36. "@shinnn/eslint-config": "^2.1.0",
  37. "eslint": "^2.9.0",
  38. "istanbul": "^0.4.3",
  39. "require-from-string": "^1.2.0",
  40. "rollup": "^0.26.3",
  41. "tap-dot": "^1.0.5",
  42. "tape": "^4.5.1"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.jsnext.js"
  47. ],
  48. "homepage": "https://github.com/shinnn/is-natural-number.js#readme",
  49. "jsnext:main": "index.jsnext.js",
  50. "keywords": [
  51. "number",
  52. "natural",
  53. "check",
  54. "int",
  55. "integer",
  56. "math",
  57. "mathematics",
  58. "range",
  59. "browser",
  60. "client-side"
  61. ],
  62. "license": "MIT",
  63. "name": "is-natural-number",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/shinnn/is-natural-number.js.git"
  67. },
  68. "scripts": {
  69. "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
  70. "pretest": "eslint --config @shinnn --ignore-path .gitignore .",
  71. "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-dot"
  72. },
  73. "version": "4.0.1"
  74. }