package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "ngraph.random@1.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ngraph.random@1.1.0",
  10. "_id": "ngraph.random@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-U0XEu2OGXIXZjubxPqsTldhUWpA=",
  13. "_location": "/ngraph.random",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ngraph.random@1.1.0",
  19. "name": "ngraph.random",
  20. "escapedName": "ngraph.random",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/ngraph.forcelayout"
  27. ],
  28. "_resolved": "https://registry.nlark.com/ngraph.random/download/ngraph.random-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Andrei Kashcha"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/anvaka/ngraph.random/issues"
  36. },
  37. "description": "Operation with random numbers for ngraph.*",
  38. "devDependencies": {
  39. "benchmark": "^2.1.2",
  40. "seedrandom": "^2.4.2",
  41. "tap": "^14.10.8",
  42. "uglify-js": "^3.10.0"
  43. },
  44. "homepage": "https://github.com/anvaka/ngraph.random#readme",
  45. "keywords": [
  46. "ngraph",
  47. "ngraphjs"
  48. ],
  49. "license": "BSD-3-Clause",
  50. "main": "index.js",
  51. "name": "ngraph.random",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/anvaka/ngraph.random.git"
  55. },
  56. "scripts": {
  57. "build": "browserify index.js -s ngraphRandom -o dist/ngraph.random.js && uglifyjs dist/ngraph.random.js -o dist/ngraph.random.min.js",
  58. "test": "tap test/*.js"
  59. },
  60. "version": "1.1.0"
  61. }