package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has@1.0.3",
  10. "_id": "has@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
  13. "_location": "/has",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has@1.0.3",
  19. "name": "has",
  20. "escapedName": "has",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/is-core-module",
  28. "/object.getownpropertydescriptors/es-abstract",
  29. "/object.values",
  30. "/object.values/es-abstract",
  31. "/postcss-colormin",
  32. "/postcss-minify-selectors",
  33. "/postcss-normalize-positions",
  34. "/postcss-normalize-string",
  35. "/postcss-reduce-initial",
  36. "/postcss-reduce-transforms",
  37. "/regexp.prototype.flags/es-abstract",
  38. "/util.promisify/es-abstract"
  39. ],
  40. "_resolved": "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz",
  41. "_spec": "1.0.3",
  42. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  43. "author": {
  44. "name": "Thiago de Arruda",
  45. "email": "tpadilha84@gmail.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/tarruda/has/issues"
  49. },
  50. "contributors": [
  51. {
  52. "name": "Jordan Harband",
  53. "email": "ljharb@gmail.com",
  54. "url": "http://ljharb.codes"
  55. }
  56. ],
  57. "dependencies": {
  58. "function-bind": "^1.1.1"
  59. },
  60. "description": "Object.prototype.hasOwnProperty.call shortcut",
  61. "devDependencies": {
  62. "@ljharb/eslint-config": "^12.2.1",
  63. "eslint": "^4.19.1",
  64. "tape": "^4.9.0"
  65. },
  66. "engines": {
  67. "node": ">= 0.4.0"
  68. },
  69. "homepage": "https://github.com/tarruda/has",
  70. "license": "MIT",
  71. "licenses": [
  72. {
  73. "type": "MIT",
  74. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  75. }
  76. ],
  77. "main": "./src",
  78. "name": "has",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/tarruda/has.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "pretest": "npm run lint",
  86. "test": "tape test"
  87. },
  88. "version": "1.0.3"
  89. }