package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "pn@^1.1.0",
  3. "_id": "pn@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==",
  6. "_location": "/pn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pn@^1.1.0",
  12. "name": "pn",
  13. "escapedName": "pn",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-unit-mocha/jsdom",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/pn/-/pn-1.1.0.tgz",
  23. "_shasum": "e2f4cef0e219f463c179ab37463e4e1ecdccbafb",
  24. "_spec": "pn@^1.1.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom",
  26. "author": {
  27. "name": "C. Scott Ananian"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cscott/node-pn/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Promisify the node standard library.",
  35. "devDependencies": {
  36. "es6-shim": "~0.35.3",
  37. "mocha": "~3.5.0",
  38. "prfun": "~2.1.4"
  39. },
  40. "homepage": "https://github.com/cscott/node-pn#readme",
  41. "keywords": [
  42. "promise",
  43. "node"
  44. ],
  45. "license": "MIT",
  46. "name": "pn",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/cscott/node-pn.git"
  50. },
  51. "scripts": {
  52. "generate": "scripts/generate.js",
  53. "test": "mocha"
  54. },
  55. "version": "1.1.0"
  56. }